public interface DisplayDidShowImageEvent extends MMEvent
The default implementation of this event posts on the DataViewer event bus.
Register using DataViewer.registerForEvents(Object)
.
Modifier and Type | Method and Description |
---|---|
DataViewer |
getDataViewer()
Returns the Dataviewer displaying the image.
|
java.util.List<Image> |
getImages()
Returns the images newly displayed.
|
Image |
getPrimaryImage()
Unsure what this is or means.
|
DataViewer getDataViewer()
java.util.List<Image> getImages()
Image getPrimaryImage()