Interface DestroyOpenALContextEvent
- All Superinterfaces:
ClientEvent
,Event
This event is emitted when the voice chats OpenAL context is destroyed.
-
Method Summary
Methods inherited from interface de.maxhenkel.voicechat.api.events.ClientEvent
getVoicechat
Methods inherited from interface de.maxhenkel.voicechat.api.events.Event
cancel, isCancellable, isCancelled
-
Method Details
-
getContext
long getContext()- Returns:
- the OpenAL context - Might be
0L
in some cases
-
getDevice
long getDevice()- Returns:
- the OpenAL device - Might be
0L
in some cases
-