Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing
Class AbstractButton.ButtonChangeListener  view AbstractButton.ButtonChangeListener download AbstractButton.ButtonChangeListener.java

java.lang.Object
  extended byjavax.swing.AbstractButton.ButtonChangeListener
All Implemented Interfaces:
javax.swing.event.ChangeListener, java.util.EventListener, java.io.Serializable
Enclosing class:
AbstractButton

protected class AbstractButton.ButtonChangeListener
extends java.lang.Object
implements javax.swing.event.ChangeListener, java.io.Serializable

An extension of ChangeListener to be serializable.


Field Summary
private static long serialVersionUID
           
 
Constructor Summary
(package private) AbstractButton.ButtonChangeListener()
          The spec has no public/protected constructor for this class, so do we.
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent ev)
          Notified when the target of the listener changes its state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AbstractButton.ButtonChangeListener

AbstractButton.ButtonChangeListener()
The spec has no public/protected constructor for this class, so do we.

Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent ev)
Notified when the target of the listener changes its state.

Specified by:
stateChanged in interface javax.swing.event.ChangeListener