Package com.avrix.events
Class OnInitRecordedMediaEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnInitRecordedMediaEvent
Triggered when a media is being recorded.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(zombie.radio.media.RecordedMedia recordedMedia) Called Event Handling Method
-
Constructor Details
-
OnInitRecordedMediaEvent
public OnInitRecordedMediaEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventName
in classEvent
- 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.
-