Interface ActionPostExecutor


public interface ActionPostExecutor
An action to be executed after all Rule-derived have been processed.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Performs the action.
  • Method Details

    • execute

      boolean execute()
      Performs the action.
      Returns:
      true if the operation succeeded, false otherwise