Class ClearChemicalsPlan


  • public class ClearChemicalsPlan
    extends Plan
    • Constructor Detail

      • ClearChemicalsPlan

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