Class EndStateWorkerTestPlan


  • public class EndStateWorkerTestPlan
    extends Plan
    Plan to react to various end elements. Type of element is given in content parameter.
    • Constructor Detail

      • EndStateWorkerTestPlan

        public EndStateWorkerTestPlan()
    • Method Detail

      • body

        public void body()
        Description copied from class: Plan
        The body method is called on the instantiated plan instance from the scheduler.
        Specified by:
        body in class Plan