#20 JAVA - command design pattern

fallback image probably showing plantuml error image

edit

zoom

Diagram Information

Created by: abulka   published
Language: Java
Repository: iluwatar/java-design-patterns  github
Commit: master
Tags: featured-java

Description:

In object-oriented programming, the command pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigger an event at a later time. This information includes the method name, the object that owns the method and values for the method parameters.

This is a Java example - taken from the java-design-patterns repository.

Modules being visualised

List of repository modules/files being visualised in the above diagram: