Uses of Class
org.dspace.event.Dispatcher

Packages that use Dispatcher
org.dspace.event   
 

Uses of Dispatcher in org.dspace.event
 

Subclasses of Dispatcher in org.dspace.event
 class BasicDispatcher
          BasicDispatcher implements the primary task of a Dispatcher: it delivers a filtered list of events, synchronously, to a configured list of consumers.
 

Methods in org.dspace.event that return Dispatcher
static Dispatcher EventManager.getDispatcher(String name)
          Get dispatcher for configuration named by "name".
 

Methods in org.dspace.event with parameters of type Dispatcher
static void EventManager.returnDispatcher(String key, Dispatcher disp)
           
 



Copyright © 2008 The DSpace Foundation. All Rights Reserved.