javax.media
Class MediaEvent

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

public class MediaEvent
extends java.util.EventObject

MediaEvent is the base interface for media events.

This is similar to the JMF 1.0 MediaEvent interface, except it's a class.

Java Beans support

In order to support the Java Beans event model an implementation of MediaEvent is required to sub-class java.util.EventObject. If an implementation is designed to support the 1.0.2 JDK then it may alternatively sub-class sunw.util.EventObject to provide the support appropriate support.

See Also:
Serialized Form

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