org.dvb.media
Class VideoFormatEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.media.VideoFormatEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActiveFormatDescriptionChangedEvent, AspectRatioChangedEvent, DFCChangedEvent

public abstract class VideoFormatEvent
extends java.util.EventObject

The base class for all other events relating to changes in video format

See Also:
Serialized Form

Constructor Summary
VideoFormatEvent(java.lang.Object source)
          Constructor
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoFormatEvent

public VideoFormatEvent(java.lang.Object source)
Constructor

Parameters:
source - the source of the event. The platform shall always pass in the JMF Player presenting the video whose format changed.