javax.media
Class MediaEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.MediaEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ControllerEvent, DataSinkEvent, GainChangeEvent, RTPEvent

public class MediaEvent
extends java.util.EventObject

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

Author:
Ken Larson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MediaEvent(java.lang.Object source)
           
 
Method Summary
 
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

MediaEvent

public MediaEvent(java.lang.Object source)