Class CQEventDispatcher
- java.lang.Object
-
- com.day.cq.workflow.compatibility.CQEventDispatcher
-
- All Implemented Interfaces:
EventHandler
@Service @Property(name="event.topics", value="com/adobe/granite/workflow/event") public class CQEventDispatcher extends java.lang.Object implements EventHandler
-
-
Constructor Summary
Constructors Constructor Description CQEventDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(Event event)
Called by theEventAdmin
service to notify the listener of an event.
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event event)
Description copied from interface:EventHandler
Called by theEventAdmin
service to notify the listener of an event.- Specified by:
handleEvent
in interfaceEventHandler
- Parameters:
event
- The event that occurred.
-
-