javax.media.format
Class FormatChangeEvent
java.lang.Object
java.util.EventObject
javax.media.MediaEvent
javax.media.ControllerEvent
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
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
oldFormat
protected Format oldFormat
newFormat
protected Format newFormat
FormatChangeEvent
public FormatChangeEvent(Controller source)
FormatChangeEvent
public FormatChangeEvent(Controller source,
Format oldFormat,
Format newFormat)
getNewFormat
public Format getNewFormat()
getOldFormat
public Format getOldFormat()