Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(Event event)
      Called by the EventAdmin service to notify the listener of an event.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CQEventDispatcher

        public CQEventDispatcher()
    • Method Detail

      • 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.