Interface FinishedHandler

All Superinterfaces:
EventHandler

public interface FinishedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    StringMethod called when a process completes, meaning the process executes a ProcessElement with no next element.
  • Method Details

    • onFinished

      void onFinished(ProcessFinishedEvent event)
      StringMethod called when a process completes, meaning the process executes a ProcessElement with no next element.
      Parameters:
      event - the event