|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.maryanovsky.gwtutils.client.event.ChangeListenerList
public class ChangeListenerList
A convenience class for managing ChangeListeners.
Constructor Summary | |
---|---|
ChangeListenerList()
|
Method Summary | |
---|---|
void |
add(ChangeListener listener)
Adds the specified ChangeListener to the list. |
void |
fireStateChanged(Object source)
Notifies all registered ChangeListener s of a change in the
specified source object. |
void |
remove(ChangeListener listener)
Removes the specified ChangeListener to the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChangeListenerList()
Method Detail |
---|
public void add(ChangeListener listener)
ChangeListener
to the list.
public void remove(ChangeListener listener)
ChangeListener
to the list.
public void fireStateChanged(Object source)
ChangeListener
s of a change in the
specified source object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |