Package org.dspace.event.service
Interface EventService
- All Known Implementing Classes:
EventServiceImpl
public interface EventService
Class for managing the content event environment. The EventManager mainly
acts as a factory for Dispatchers, which are used by the Context to send
events to consumers. It also contains generally useful utility methods.
Version: $Revision$
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintgetConsumerIndex(String consumerClass) getDispatcher(String name) Get dispatcher for configuration named by "name".voidreturnDispatcher(String key, Dispatcher disp)
-
Field Details
-
DEFAULT_DISPATCHER
- See Also:
-
-
Method Details
-
getDispatcher
Get dispatcher for configuration named by "name". Returns cached instance if one exists.- Parameters:
name- dispatcher name- Returns:
- cached instance of dispatcher
-
returnDispatcher
-
getConsumerIndex
-