Class DropGoalPlan


  • public class DropGoalPlan
    extends Plan
    Test waiting for a dropped goal.
    • Constructor Detail

      • DropGoalPlan

        public DropGoalPlan()
    • 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