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 void
callEvent(BaseEvent baseEvent)
void
exiting(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:
callEvent
in interfaceEventListener
-
getSupportedEvents
public final List<EventType> getSupportedEvents()
- Specified by:
getSupportedEvents
in interfaceEventListener
-
-