public interface ShutterEvent extends MMEvent
The default implementation of this event posts on the Studio event bus,
so subscribe using EventManager
.
Modifier and Type | Method and Description |
---|---|
boolean |
getShutter()
Returns state of the shutter (true if shutter is open, false otherwise).
|