public interface DisplayPositionChangedEvent 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()
The dataViewer posting this event.
|
Coords |
getDisplayPosition()
returns the new display position.
|
Coords |
getPreviousDisplayPosition()
Returns the previously displayed position.
|
Coords getDisplayPosition()
Coords getPreviousDisplayPosition()
DataViewer getDataViewer()