Signature for callbacks reporting that an image is available.
synchronousCall is true if the listener is being invoked during the call to addListener.
Used by ImageStream.
Source
typedef void ImageListener(ImageInfo image, bool synchronousCall);
Signature for callbacks reporting that an image is available.
synchronousCall is true if the listener is being invoked during the call to addListener.
Used by ImageStream.
typedef void ImageListener(ImageInfo image, bool synchronousCall);