public interface LiveModeEvent
The default implementation of this event is posted on the Studio event bus,
so subscribe using EventManager.
| Modifier and Type | Method and Description |
|---|---|
default boolean |
getIsOn()
Deprecated.
use
isOn() instead. |
boolean |
isOn()
Informs the caller if live mode is on or off.
|
boolean isOn()
@Deprecated default boolean getIsOn()
isOn() instead.