|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectoryListener
A listener which is notified of changes to the directory service.
| Method Summary | |
|---|---|
void |
entryAdded(AddOperationContext opContext)
Called when an entry has been added. |
void |
entryDeleted(DeleteOperationContext opContext)
Called when an entry has been deleted. |
void |
entryModified(ModifyOperationContext opContext)
Called when an entry has been modified. |
void |
entryMoved(MoveOperationContext opContext)
Called when an entry is moved. |
void |
entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
Called when an entry is moved and renamed at the same time. |
void |
entryRenamed(RenameOperationContext opContext)
Called when an entry has been renamed. |
| Method Detail |
|---|
void entryAdded(AddOperationContext opContext)
opContext - the add operation context responsible for the changevoid entryDeleted(DeleteOperationContext opContext)
opContext - the delete operation context responsible for the changevoid entryModified(ModifyOperationContext opContext)
opContext - the modify operation context responsible for the changevoid entryRenamed(RenameOperationContext opContext)
opContext - the rename operation context responsible for the changevoid entryMoved(MoveOperationContext opContext)
opContext - the move operation context responsible for the changevoid entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
opContext - the move/rename operation context responsible for the change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||