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. |