Class OnLoadSoundBanksEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnLoadSoundBanksEvent

public abstract class OnLoadSoundBanksEvent extends Event
Triggered when sound banks are loaded for the game.
  • Constructor Details

    • OnLoadSoundBanksEvent

      public OnLoadSoundBanksEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent()
      Called Event Handling Method