Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

javax.media
Interface MediaEvent

All Known Implementing Classes:
ControllerEvent, GainChangeEvent

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.

See Also:
ControllerEvent, GainChangeEvent

Method Summary
 java.lang.Object getSource()
           
 

Method Detail

getSource

public java.lang.Object getSource()

JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.