public class ServiceRemovedEvent extends StopEvent
source| Constructor and Description |
|---|
ServiceRemovedEvent(Controller source)
Construct an event.
|
ServiceRemovedEvent(Controller source,
int previous,
int current,
int target,
MediaLocator stream)
Construct an event.
|
| Modifier and Type | Method and Description |
|---|---|
MediaLocator |
getStream()
This method returns the stream which was removed from the network
|
getMediaTime, toStringgetCurrentState, getPreviousState, getTargetStategetSource, getSourceControllerpublic ServiceRemovedEvent(Controller source)
source - the controller which was presenting the servicepublic ServiceRemovedEvent(Controller source, int previous, int current, int target, MediaLocator stream)
source - the controller which was presenting the servicestream - the locator of the stream which was removed from the networkprevious - the previous state of the controllercurrent - the current state of the controllertarget - the target state of the controllerpublic MediaLocator getStream()
Copyright © 2012 code4tv.com. All Rights Reserved.