org.ocap.shared.media
Class EnteringLiveModeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.ControllerEvent
          extended by org.ocap.shared.media.EnteringLiveModeEvent
All Implemented Interfaces:
Serializable, MediaEvent

public class EnteringLiveModeEvent
extends ControllerEvent

EnteringLiveModeEvent is a ControllerEvent that is posted when the the controller has started playing back a live broadcast stream. This event is sent to a registered ControllerListener in addition to any RateChangeEvent or MediaTimeSetEvent.

See Also:
Serialized Form

Constructor Summary
EnteringLiveModeEvent(Controller from)
          Create a EnteringLiveModeEvent.
 
Method Summary
 
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
 

Constructor Detail

EnteringLiveModeEvent

public EnteringLiveModeEvent(Controller from)
Create a EnteringLiveModeEvent.

Parameters:
from - the controller that is generating the event.