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 GainChangeListener

All Superinterfaces:
java.util.EventListener

public interface GainChangeListener
extends java.util.EventListener

GainChangeListener is an interface for handling GainChangeEvents generated by GainControls.

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.

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.