Package Behavioral.Command


package Behavioral.Command
  • Class
    Description
    The Command interface declares a method for executing commands.
    A concrete implementation of the Command interface for Action A.
    A concrete implementation of the Command interface for Action B.
    The Invoker class stores and executes commands.
    The Receiver class contains the actual business logic for the commands.