Uses of Class
nl.harm27.obswebsocket.api.events.BaseEvent
-
Packages that use BaseEvent Package Description nl.harm27.obswebsocket.api.events.general nl.harm27.obswebsocket.api.events.other nl.harm27.obswebsocket.api.events.scenes nl.harm27.obswebsocket.listener -
-
Uses of BaseEvent in nl.harm27.obswebsocket.api.events.general
Subclasses of BaseEvent in nl.harm27.obswebsocket.api.events.general Modifier and Type Class Description class
BroadcastCustomMessage
A custom broadcast message was receivedclass
Heartbeat
Emitted every 2 seconds after enabling it by calling SetHeartbeat. -
Uses of BaseEvent in nl.harm27.obswebsocket.api.events.other
Subclasses of BaseEvent in nl.harm27.obswebsocket.api.events.other Modifier and Type Class Description class
Exiting
OBS is exiting. -
Uses of BaseEvent in nl.harm27.obswebsocket.api.events.scenes
Subclasses of BaseEvent in nl.harm27.obswebsocket.api.events.scenes Modifier and Type Class Description class
SceneCollectionChanged
Triggered when switching to another scene collection or when renaming the current scene collection.class
SceneCollectionListChanged
Triggered when a scene collection is created, added, renamed, or removed.class
ScenesChanged
The scene list has been modified.class
SwitchScenes
Indicates a scene change. -
Uses of BaseEvent in nl.harm27.obswebsocket.listener
Methods in nl.harm27.obswebsocket.listener with parameters of type BaseEvent Modifier and Type Method Description void
EventListener. callEvent(BaseEvent baseEvent)
void
GeneralEventListener. callEvent(BaseEvent baseEvent)
void
ScenesEventListener. callEvent(BaseEvent baseEvent)
-