MCPcopy Create free account
hub / github.com/amikey/java-design-patterns / App

Class App

command/src/main/java/com/iluwatar/command/App.java:21–47  ·  view source on GitHub ↗

In Command pattern actions are objects that can be executed and undone. Four terms always associated with the command pattern are command, receiver, invoker and client. A command object (spell) knows about receiver (target) and invokes a method of the receiver. Values for parameters of the receiver

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected