Class DropWastePlan


  • public class DropWastePlan
    extends Plan
    A cleaner requests to drop waste into a waste-bin. This can fail, when the wastebin is already full.
    • Constructor Detail

      • DropWastePlan

        public DropWastePlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan