Class OnInitRecordedMediaEvent

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

public abstract class OnInitRecordedMediaEvent extends Event
Triggered when a media is being recorded.
  • Constructor Details

    • OnInitRecordedMediaEvent

      public OnInitRecordedMediaEvent()
  • 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(zombie.radio.media.RecordedMedia recordedMedia)
      Called Event Handling Method
      Parameters:
      recordedMedia - The recorded media to be initialized.