javax.media
Class ControllerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.ControllerEvent
All Implemented Interfaces:
Serializable, MediaEvent
Direct Known Subclasses:
CachingControlEvent, ControllerClosedEvent, DurationUpdateEvent, EnteringLiveModeEvent, LeavingLiveModeEvent, MediaPresentationEvent, MediaPresentedEvent, MediaTimeSetEvent, PresentationChangedEvent, RateChangeEvent, ResourceReturnedEvent, ResourceWithdrawnEvent, StopTimeChangeEvent, TransitionEvent

public class ControllerEvent
extends EventObject
implements MediaEvent

See Also:
Serialized Form

Constructor Summary
ControllerEvent(Controller from)
           
 
Method Summary
 Object getSource()
          The object on which the Event initially occurred.
 Controller 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

ControllerEvent

public ControllerEvent(Controller from)
Method Detail

getSourceController

public Controller getSourceController()

getSource

public Object getSource()
Description copied from class: EventObject
The object on which the Event initially occurred.

Specified by:
getSource in interface MediaEvent
Overrides:
getSource in class EventObject
Returns:
The object on which the Event initially occurred.