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.

      Handlers declared with a single (state) signature remain supported; the second argument is ignored harmlessly for such handlers. Handlers that want the schema-validated result use the two-argument form.

      Parameters:
      event - the event