Interface HistoryEventHandler

    • Method Detail

      • handleEvent

        void handleEvent​(HistoryEvent historyEvent)
        Called by the process engine when an history event is fired.
        Parameters:
        historyEvent - the HistoryEvent that is about to be fired.
      • handleEvents

        void handleEvents​(java.util.List<HistoryEvent> historyEvents)
        Called by the process engine when an history event is fired.
        Parameters:
        historyEvents - the HistoryEvent that is about to be fired.