Interface IBmTaskCompletedProcessor


  • public interface IBmTaskCompletedProcessor
    Interface for components that need notification upon successful task execution.
    • Method Detail

      • setModel

        void setModel​(IBmModel model)
        Sets model.
        Parameters:
        model - The model to set. May not be null.
      • afterSyncEventListenerProcessed

        void afterSyncEventListenerProcessed​(BmEvent event)
        The method invoked after a task executed and all the registered synchronous event listeners are notified.
        Parameters:
        event - The event representing modifications performed within the task. May not be null.