|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChangeListener
A ChangeListener can register with an object to receive
notification of state changes (for objects that support this mechanism).
| Method Summary | |
|---|---|
void |
stateChanged(ChangeEvent event)
Called by an object to notify the listener that the object's state has changed. |
| Method Detail |
|---|
void stateChanged(ChangeEvent event)
event identifies the
source of the event, allowing the listener to differentiate
when it is listening for changes in multiple sources.
event - the change event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||