Interface DestroyOpenALContextEvent

All Superinterfaces:
ClientEvent, Event

public interface DestroyOpenALContextEvent extends ClientEvent
This event is emitted when the voice chats OpenAL context is destroyed.
  • 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