Interface InteractiveStepHandler


public interface InteractiveStepHandler
Base class for InteractiveSimulation
  • Method Summary

    Modifier and Type Method Description
    boolean execute()
    Invoked if preValidate() returns true
    default java.lang.String getStepJSHook()
    When this returns a non-null value, it is executed after the step is run automatically
    default boolean postValidate()  
    default boolean preValidate()  
  • Method Details

    • preValidate

      default boolean preValidate()
    • execute

      boolean execute()
      Invoked if preValidate() returns true
    • postValidate

      default boolean postValidate()
    • getStepJSHook

      default java.lang.String getStepJSHook()
      When this returns a non-null value, it is executed after the step is run automatically