javax.media
Class MediaEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.media.MediaEvent
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

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)


Submit a bug or feature
Copyright 1994-2004 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.