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 Details

    • CQEventDispatcher

      public CQEventDispatcher()
  • Method Details

    • handleEvent

      public void handleEvent(Event event)
      Description copied from interface: EventHandler
      Called by the EventAdmin service to notify the listener of an event.
      Specified by:
      handleEvent in interface EventHandler
      Parameters:
      event - The event that occurred.