javax.media
Interface GainChangeListener


public interface GainChangeListener

GainChangeListener is an interface for handling GainChangeEvents generated by GainControls.

Java Beans support

It is required that any implementation of this object is sub-classed either from java.util.EventListener, or sunw.util.EventListener.

See Also:
GainControl, GainChangeEvent

Method Summary
 void gainChange(GainChangeEvent event)
          This method is called to deliver a GainChangeEvent when the state of a GainControl changes.
 

Method Detail

gainChange

public void gainChange(GainChangeEvent event)
This method is called to deliver a GainChangeEvent when the state of a GainControl changes.
Parameters:
event - The event generated.


Submit a bug or feature
Copyright 1999-2000 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.