public class EventListenerAdapter extends Object implements DirectoryListener
| Constructor and Description |
|---|
EventListenerAdapter(ServerLdapContext source,
NamingListener listener) |
EventListenerAdapter(ServerLdapContext source,
NamingListener listener,
SearchControls controls) |
| 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.
|
public EventListenerAdapter(ServerLdapContext source, NamingListener listener)
public EventListenerAdapter(ServerLdapContext source, NamingListener listener, SearchControls controls)
public void entryAdded(AddOperationContext opContext)
DirectoryListenerentryAdded in interface DirectoryListeneropContext - the add operation context responsible for the changepublic void entryDeleted(DeleteOperationContext opContext)
DirectoryListenerentryDeleted in interface DirectoryListeneropContext - the delete operation context responsible for the changepublic void entryModified(ModifyOperationContext opContext)
DirectoryListenerentryModified in interface DirectoryListeneropContext - the modify operation context responsible for the changepublic void entryMoved(MoveOperationContext opContext)
DirectoryListenerentryMoved in interface DirectoryListeneropContext - the move operation context responsible for the changepublic void entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
DirectoryListenerentryMovedAndRenamed in interface DirectoryListeneropContext - the move/rename operation context responsible for the changepublic void entryRenamed(RenameOperationContext opContext)
DirectoryListenerentryRenamed in interface DirectoryListeneropContext - the rename operation context responsible for the changeCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.