All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface javax.media.MediaEvent

public interface MediaEvent
MediaEvent is the base interface for events supported by the media framework.

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. Any class that subclasses MediaEvent must resolve to either java.util.EventObject or sunw.util.EventObject.

Version:
1.3, 97/08/25.
See Also:
ControllerEvent, GainChangeEvent

Method Index

 o getSource()

Methods

 o getSource
 public abstract Object getSource()

All Packages  Class Hierarchy  This Package  Previous  Next  Index