Class HandleDisasterPlan


  • public class HandleDisasterPlan
    extends Plan
    Handle a disaster by assigning units.
    • Constructor Detail

      • HandleDisasterPlan

        public HandleDisasterPlan()
    • Method Detail

      • body

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