public interface StagePositionChangedEvent 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 stage.
|
double |
getPos()
Position of the stage.
|