org.dspace.event |
|
Java Source File Name | Type | Comment |
BasicDispatcher.java | Class | BasicDispatcher implements the primary task of a Dispatcher: it delivers a
filtered list of events, synchronously, to a configured list of consumers. |
Consumer.java | Interface | Interface for content event consumers. |
ConsumerProfile.java | Class | An instance of this class contains the configuration profile of a specific,
named Consumer, in the context of a specific
Dispatcher. |
Dispatcher.java | Class | Interface for event dispatchers. |
Event.java | Class | An Event object represents a single action that changed one object in the
DSpace data model. |
EventManager.java | Class | Class for managing the content event environment. |
TestConsumer.java | Class | Demonstration and test consumer for the event system. |