|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectoryEventListenerRegistry
Tracks listeners of directory events.
| Method Summary | |
|---|---|
void |
addEventListener(ConnectionGUID connection,
DirectoryEventListener listener)
|
void |
fireAttributesChanged(ConnectionGUID connection,
Name name)
Inform registered listeners about a change in attributes on the named object. |
void |
fireStructureChanged(ConnectionGUID connection,
Name name)
Informes registered listeners about a structure change. |
void |
removeEventListener(DirectoryEventListener listener)
|
| Method Detail |
|---|
void addEventListener(ConnectionGUID connection,
DirectoryEventListener listener)
void removeEventListener(DirectoryEventListener listener)
void fireStructureChanged(ConnectionGUID connection,
Name name)
connection - The directory where the change took place. May not be null.name - The object that is the root of the change. If the object is
created its parent should be used.May not be null.DirectoryEventListener.structureChanged(Name)
void fireAttributesChanged(ConnectionGUID connection,
Name name)
connection - The directory where the change took place.May not be null.name - The object that had its attributes changed.May not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||