org.dvb.media
Class CAStopEvent
java.lang.Object
java.util.EventObject
javax.media.ControllerEvent
javax.media.TransitionEvent
javax.media.StopEvent
org.dvb.media.CAStopEvent
- All Implemented Interfaces:
- javax.media.MediaEvent, java.io.Serializable
- public class CAStopEvent
- extends javax.media.StopEvent
This event is generated whenever access to a service is withdrawn by the
CA system, e.g. at the end of a free preview period. It is not
generated when an attempt to construct a Player or DataSource fails due
to CA restrictions, or when only some of the presented content is not
available or alternate content is presented. Generation of this event informs the application that the Player is no longer presenting any content.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
CAStopEvent(javax.media.Controller source)
Construct an event. |
CAStopEvent(javax.media.Controller source,
int previous,
int current,
int target,
javax.media.MediaLocator stream)
Construct an event. |
Method Summary |
javax.media.MediaLocator |
getStream()
This method returns the stream from which access has been withdrawn. |
Methods inherited from class javax.media.StopEvent |
getMediaTime, toString |
Methods inherited from class javax.media.TransitionEvent |
getCurrentState, getPreviousState, getTargetState |
Methods inherited from class javax.media.ControllerEvent |
getSource, getSourceController |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CAStopEvent
public CAStopEvent(javax.media.Controller source)
- Construct an event.
- Parameters:
source
- the controller which was presenting the service
CAStopEvent
public CAStopEvent(javax.media.Controller source,
int previous,
int current,
int target,
javax.media.MediaLocator stream)
- Construct an event.
- Parameters:
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 controller
getStream
public javax.media.MediaLocator getStream()
- This method returns the stream from which access has been withdrawn.
- Returns:
- the locator for the stream concerned