Uses of Interface
org.apache.directory.server.core.event.DirectoryListener

Packages that use DirectoryListener
org.apache.directory.server.core.event   
 

Uses of DirectoryListener in org.apache.directory.server.core.event
 

Methods in org.apache.directory.server.core.event with parameters of type DirectoryListener
 void EventService.addListener(DirectoryListener listener)
          Registers a DirectoryListener for notification on any and all change events on the DIT.
 void EventService.addListener(DirectoryListener listener, NotificationCriteria criteria)
          Registers a DirectoryListener for notification on change events on the DIT matching some notification criteria.
 void EventService.removeListener(DirectoryListener listener)
          Removes the listener from this EventService preventing all events registered from being delivered to it.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.