filmov
tv
Implement Command Pattern in Java

Показать описание
Implement the command pattern in Java. The command pattern decouples invoking a method from the behavior that method will perform. In other words, a class can call a method without knowing what that method will do.