Class AbstractReceiverPlan

    • Constructor Detail

      • AbstractReceiverPlan

        public AbstractReceiverPlan()
    • Method Detail

      • body

        public void body()
        Initialize the plan
        Specified by:
        body in class Plan
      • passed

        public void passed()
        Called when the plan is finished, i.e. when the interaction is completed.
        Overrides:
        passed in class Plan
      • failed

        public void failed()
        Called when the plan fails, i.e., a problem occurred during protocol execution.
        Overrides:
        failed in class Plan