Class TreatVictimsPlan


  • public class TreatVictimsPlan
    extends Plan
    • Constructor Detail

      • TreatVictimsPlan

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

        public void aborted()
        Called when the plan is aborted.
        Overrides:
        aborted in class Plan