Class MakeProposalPlan


  • public class MakeProposalPlan
    extends Plan
    The plan has the purpose to make an proposal for selling a book.
    • Constructor Detail

      • MakeProposalPlan

        public MakeProposalPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instatiated plan instance from the scheduler.
        Specified by:
        body in class Plan