public interface DirectoryListener
Modifier and Type | Method and Description |
---|---|
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.
|
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 changeCopyright © 2003–2013 The Apache Software Foundation. All rights reserved.