public interface ImageListener
Note: Calling of image listeners is done on a single thread, so implementations should not perform any time consuming work in the callback.
Store.addImageListener(ImageListener),
Store.removeImageListener(ImageListener)| Modifier and Type | Method and Description |
|---|---|
void |
imageComplete(Image image)
Called when the newly created image is complete, including all associated data.
|
void |
imageCreated(Image image)
Called when an image is created in the Store, but before all of the data
associated with the image has been persisted in the store.
|
void imageCreated(Image image)
image - The image being delivered.Source.openChannel(Source.ChannelMode)void imageComplete(Image image)
image - The image being delivered.Copyright © 2022 LSST. All rights reserved.