Function:
Decouple the object that invokers the operation, by creating class for operations.
Actors:
Client, Invoker, command, concreteCommand, receiver
Summary:
Decouple the object that invokers the operation, by creating class for operations.
Actors:
Client, Invoker, command, concreteCommand, receiver
Summary: