Brain Dump

Command Pattern

Tags
soft-eng

Is a software design pattern where a function is encapsulated as an object with a single execute method (for example Java Actions objects).

This pattern uses an extensible top level interface [see page 24, indicating] generic behaviour.