public interface ChannelExposureEvent extends MMEvent
The default implementation of this event is posted on the Studio event bus,
so subscribe using EventManager
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannel()
Return the channel whose exposure time has changed.
|
java.lang.String |
getChannelGroup()
Return the name of the channel group in which the modified channel
is located.
|
boolean |
getIsMainExposureTime()
Deprecated.
use
isMainExposureTime() instead |
double |
getNewExposureTime()
Return the new exposure time for the channel.
|
boolean |
isMainExposureTime()
Returns true if this channel is the currently-active channel (i.e.
|
double getNewExposureTime()
java.lang.String getChannelGroup()
java.lang.String getChannel()
boolean isMainExposureTime()
@Deprecated boolean getIsMainExposureTime()
isMainExposureTime()
instead