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 Object
implements EventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(Event event) Called by theEventAdminservice to notify the listener of an event.
-
Constructor Details
-
CQEventDispatcher
public CQEventDispatcher()
-
-
Method Details
-
handleEvent
Description copied from interface:EventHandlerCalled by theEventAdminservice to notify the listener of an event.- Specified by:
handleEventin interfaceEventHandler- Parameters:
event- The event that occurred.
-