| Changed Methods |
void addChangeListener(ChangeListener)
|
Documentation changed from old to new. |
Adds a ChangeListener to the button. |
void fireStateChanged()
|
Documentation changed from old to new. |
Notifies all listeners that have registered interest for notification on this event type. |
EventListener[] getListeners(Class)
|
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListeners upon this model. |
void removeChangeListener(ChangeListener)
|
Documentation changed from old to new. |
Removes a ChangeListener from the button. |