public class NoComponentSelectedEvent extends StopEvent
javax.tv.media.MediaSelectControl.remove method to remove all components
of a service.
Generation of this event informs the application that the Player is no longer
presenting any content.source| Constructor and Description |
|---|
NoComponentSelectedEvent(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 whose presentation has stopped
|
getMediaTime, toStringgetCurrentState, getPreviousState, getTargetStategetSource, getSourceControllerpublic NoComponentSelectedEvent(Controller source, int previous, int current, int target, MediaLocator stream)
source - the controller which was presenting the servicestream - the locator of the stream whose presentation has stoppedprevious - 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.