|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectoryEventListener
This is a listener that is used by GUI components to inform other components about changes they have made to the directory. This is to allow components that caches directory information (for example by showing it on the screen) to keep the cache fresh.
| Method Summary | |
|---|---|
void |
attributesChanged(Name name)
Attributes have changed for the named object. |
void |
structureChanged(Name name)
The directory tree struture has changed below the named element. |
| Method Detail |
|---|
void structureChanged(Name name)
name - The root above the change.EventQueuevoid attributesChanged(Name name)
name - The object that has had its attributes modified.EventQueue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||