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 classBroadcastCustomMessageA custom broadcast message was receivedclassHeartbeatEmitted 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 classExitingOBS 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 classSceneCollectionChangedTriggered when switching to another scene collection or when renaming the current scene collection.classSceneCollectionListChangedTriggered when a scene collection is created, added, renamed, or removed.classScenesChangedThe scene list has been modified.classSwitchScenesIndicates 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 voidEventListener. callEvent(BaseEvent baseEvent)voidGeneralEventListener. callEvent(BaseEvent baseEvent)voidScenesEventListener. callEvent(BaseEvent baseEvent)
-