public class CAStopEvent extends StopEvent
source| Constructor and Description |
|---|
CAStopEvent(Controller source)
Construct an event.
|
CAStopEvent(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 from which access has been withdrawn.
|
getMediaTime, toStringgetCurrentState, getPreviousState, getTargetStategetSource, getSourceControllerpublic CAStopEvent(Controller source)
source - the controller which was presenting the servicepublic CAStopEvent(Controller source, int previous, int current, int target, MediaLocator stream)
source - the controller which was presenting the servicestream - the locator of the stream from which access has been withdrawn.previous - 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.