org.dvb.media
Class ServiceRemovedEvent
java.lang.Object
java.util.EventObject
javax.media.ControllerEvent
javax.media.TransitionEvent
javax.media.StopEvent
org.dvb.media.ServiceRemovedEvent
- All Implemented Interfaces:
- MediaEvent, java.io.Serializable
- public class ServiceRemovedEvent
- extends StopEvent
This event is generated whenever access to a service stops because the
service concerned has been removed from the network. Generation of this event
informs the application that the Player is no longer presenting any content.
- Since:
- MHP 1.0.1
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
MediaLocator |
getStream()
This method returns the stream which was removed from the network |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceRemovedEvent
public ServiceRemovedEvent(Controller source)
- Construct an event.
- Parameters:
source
- the controller which was presenting the service
ServiceRemovedEvent
public ServiceRemovedEvent(Controller source,
int previous,
int current,
int target,
MediaLocator stream)
- Construct an event.
- Parameters:
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 controller
getStream
public MediaLocator getStream()
- This method returns the stream which was removed from the network
- Returns:
- the stream concerned