Uses of Interface
org.alfresco.bm.event.EventProcessor

Packages that use EventProcessor
org.alfresco.bm.event   
 

Uses of EventProcessor in org.alfresco.bm.event
 

Classes in org.alfresco.bm.event that implement EventProcessor
 class AbstractEventProcessor
          Basic services for the event processor implementations

Read 'good practice' notes for documenting behaviour.

 class DoNothingEventProcessor
          This processor does nothing with the event and produces no further output.
 class RaiseEventsEventProcessor
          Raises the prescribed number of event with the given event name.
 

Methods in org.alfresco.bm.event that return EventProcessor
 EventProcessor EventProcessorRegistry.getProcessor(String eventName)
          Get the processor that must handle events with the given name
 

Methods in org.alfresco.bm.event with parameters of type EventProcessor
 void EventProcessorRegistry.register(String eventName, EventProcessor processor)
          Register a processor for a given event name
 



Copyright © 2012. All Rights Reserved.