javax.media.format
Class FormatChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.MediaEvent
          extended by javax.media.ControllerEvent
              extended by javax.media.format.FormatChangeEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SizeChangeEvent

public class FormatChangeEvent
extends ControllerEvent

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson
See Also:
Serialized Form

Field Summary
protected  Format newFormat
           
protected  Format oldFormat
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FormatChangeEvent(Controller source)
           
FormatChangeEvent(Controller source, Format oldFormat, Format newFormat)
           
 
Method Summary
 Format getNewFormat()
           
 Format getOldFormat()
           
 
Methods inherited from class javax.media.ControllerEvent
getSource, getSourceController, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

oldFormat

protected Format oldFormat

newFormat

protected Format newFormat
Constructor Detail

FormatChangeEvent

public FormatChangeEvent(Controller source)

FormatChangeEvent

public FormatChangeEvent(Controller source,
                         Format oldFormat,
                         Format newFormat)
Method Detail

getNewFormat

public Format getNewFormat()

getOldFormat

public Format getOldFormat()