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)
DirectoryListener
entryAdded
in interface DirectoryListener
opContext
- the add operation context responsible for the changepublic void entryDeleted(DeleteOperationContext opContext)
DirectoryListener
entryDeleted
in interface DirectoryListener
opContext
- the delete operation context responsible for the changepublic void entryModified(ModifyOperationContext opContext)
DirectoryListener
entryModified
in interface DirectoryListener
opContext
- the modify operation context responsible for the changepublic void entryMoved(MoveOperationContext opContext)
DirectoryListener
entryMoved
in interface DirectoryListener
opContext
- the move operation context responsible for the changepublic void entryMovedAndRenamed(MoveAndRenameOperationContext opContext)
DirectoryListener
entryMovedAndRenamed
in interface DirectoryListener
opContext
- the move/rename operation context responsible for the changepublic void entryRenamed(RenameOperationContext opContext)
DirectoryListener
entryRenamed
in interface DirectoryListener
opContext
- the rename operation context responsible for the changeCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.