Class WorkflowEventBus


  • public class WorkflowEventBus
    extends Object
    This class define a single for the event bus.
    Since:
    2.3
    Author:
    Laurent Jourdren
    • Method Detail

      • register

        public void register​(Object object)
        Register an listener object.
        Parameters:
        object - the listener object
      • unregister

        public void unregister​(Object object)
        Unregister an listener object.
        Parameters:
        object - the listener object
      • deadEvent

        public void deadEvent​(com.google.common.eventbus.DeadEvent event)
      • getInstance

        public static WorkflowEventBus getInstance()
        Get the singleton instance of WorkflowBusEvent.
        Returns:
        the singleton instance of WorkflowBusEvent