org.dvb.media
Class VideoFormatEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VideoFormatEvent(java.lang.Object source)
          Constructor
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.