org.ocap.media
Class MediaPresentationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.ControllerEvent
          extended by org.ocap.media.MediaPresentationEvent
All Implemented Interfaces:
Serializable, MediaEvent
Direct Known Subclasses:
AlternativeMediaPresentationEvent, NormalMediaPresentationEvent

public abstract class MediaPresentationEvent
extends ControllerEvent

MediaPresentationEvent is a JMF event used as the parent class of events indicating dynamic changes to the presentation of media components.

See Also:
Serialized Form

Method Summary
 OcapLocator[] getLocators()
          Gets the array of locators used for authorized presentation.
 boolean isSourceDigital()
          Indicates if the pending presentation is a digital service.
 
Methods inherited from class javax.media.ControllerEvent
getSource, getSourceController
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isSourceDigital

public boolean isSourceDigital()
Indicates if the pending presentation is a digital service.

Returns:
Returns true if the presented source is digital, false otherwise.

getLocators

public OcapLocator[] getLocators()
Gets the array of locators used for authorized presentation.

Returns:
Returns the array of locators for presentation.