public interface XYStagePositionChangedEvent extends MMEvent
The default implementation of this event posts on the Studio event bus,
so subscribe using EventManager
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceName()
Name of the (XYStage) device that change position.
|
double |
getXPos()
New X position of the stage in microns.
|
double |
getYPos()
New Y position of the stage in microns.
|
java.lang.String getDeviceName()
double getXPos()
double getYPos()