public interface ExposureChangedEvent 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 |
getCameraName()
Camera whose exposure time changed.
|
double |
getNewExposureTime()
New exposure time.
|