Class PaintOneEuroPlan


  • public class PaintOneEuroPlan
    extends Plan
    • Constructor Detail

      • PaintOneEuroPlan

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

        public void failed()
        Description copied from class: Plan
        The failed method is called on plan failure/abort.
        Overrides:
        failed in class Plan
      • aborted

        public void aborted()
        Description copied from class: Plan
        The plan was aborted (because of conditional goal success or termination from outside).
        Overrides:
        aborted in class Plan