Class CQEventDispatcher

  • All Implemented Interfaces:
    EventHandler

    @Service
    @Property(name="event.topics",
              value="com/adobe/granite/workflow/event")
    public class CQEventDispatcher
    extends Object
    implements EventHandler
    • 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.