Package nl.harm27.obs.websocket.listener
Class OtherEventListener
- java.lang.Object
-
- nl.harm27.obs.websocket.listener.OtherEventListener
-
- All Implemented Interfaces:
EventListener
public abstract class OtherEventListener extends Object implements EventListener
The EventListener for the events that are part of the Other category.
-
-
Constructor Summary
Constructors Constructor Description OtherEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcallEvent(BaseEvent baseEvent)voidexiting(Exiting exiting)OBS is exiting.List<EventType>getSupportedEvents()
-
-
-
Method Detail
-
exiting
public void exiting(Exiting exiting)
OBS is exiting.- Parameters:
exiting- The received event.- Since:
- 0.3
- See Also:
- OBS WebSocket Documentation
-
callEvent
public final void callEvent(BaseEvent baseEvent)
- Specified by:
callEventin interfaceEventListener
-
getSupportedEvents
public final List<EventType> getSupportedEvents()
- Specified by:
getSupportedEventsin interfaceEventListener
-
-