JSR-209 (Final Release)

javax.swing.event
Interface ChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractButton.ButtonChangeListener, JSpinner.DefaultEditor, JTabbedPane.ModelListener

public interface ChangeListener
extends java.util.EventListener

Defines an object which listens for ChangeEvents.


Method Summary
 void stateChanged(ChangeEvent e)
          Invoked when the target of the listener has changed its state.
 

Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Invoked when the target of the listener has changed its state.

Parameters:
e - a ChangeEvent object

JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.