Interface CreateOpenALContextEvent
- All Superinterfaces:
- ClientEvent,- Event
This event is emitted when the voice chats OpenAL context is created.
- 
Method SummaryMethods inherited from interface de.maxhenkel.voicechat.api.events.ClientEventgetVoicechatMethods inherited from interface de.maxhenkel.voicechat.api.events.Eventcancel, isCancellable, isCancelled
- 
Method Details- 
getContextlong getContext()- Returns:
- the OpenAL context
 
- 
getDevicelong getDevice()- Returns:
- the OpenAL device
 
 
-