Class NotUnderstoodPlan


  • public class NotUnderstoodPlan
    extends Plan
    Send a not-understood message when no other plan is able to handle a message.
    • Constructor Detail

      • NotUnderstoodPlan

        public NotUnderstoodPlan()
    • Method Detail

      • body

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