public class UnMuteEvent extends Event
| Modifier | Constructor and Description |
|---|---|
protected |
UnMuteEvent(Identification source)
Creates a new Event Object
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<UnMuteEvent> |
createUnMuteEvent(Identification source,
Identification target)
creates a new StopEvent
|
addDescriptor, addEventLifeCycleListener, addResource, addResources, containsDescriptor, createEvent, createEvent, getAllInformations, getDescriptors, getEventBehaviourController, getID, getListResourceContainer, getSource, getType, lifecycleCallback, replaceDescriptors, setDescriptors, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisOwnerpublic static final String ID
protected UnMuteEvent(Identification source) throws IllegalArgumentException
source - the source of the Event, most likely a this reference.IllegalArgumentException - if one of the Arguments is null or emptypublic static Optional<UnMuteEvent> createUnMuteEvent(Identification source, Identification target)
source - the callertarget - the target who should start playingCopyright © 2016. All rights reserved.