Interface IInternalExecutionFeature

All Known Implementing Classes:
ExecutionFeature

public interface IInternalExecutionFeature
Additional methods of execution feature implementations only to be used by non-user code.
  • Method Details

    • addStepListener

      void addStepListener(IStepListener lis)
      Add a step listener.
    • removeStepListener

      void removeStepListener(IStepListener lis)
      Remove a step listener.
    • terminate

      void terminate()
      Terminate the feature.