|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class defines the interface which must be implemented by every object which wishes to be informed of component-events e.g. property-changes.
| Method Summary | |
void |
componentClosed(java.util.EventObject event)
This method is called, when the component is closed. |
void |
event(NamedEvent event)
This method is called every time a named event is fired on the component. |
| Methods inherited from interface java.beans.PropertyChangeListener |
propertyChange |
| Method Detail |
public void event(NamedEvent event)
event - containing name, value and source of the NamedEvent.public void componentClosed(java.util.EventObject event)
event - containing the source of the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||