Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
12いいね 235 views回再生

Java Command Design Pattern Live Coding #java #designpatterns

What is it: The Command pattern encapsulates a request as an object, thereby allowing for parameterization of clients with operations, queuing of requests, and logging of the operations.

When to Use: Use the Command pattern when you want to decouple the sender and receiver of a request or when you want to support undo/redo functionality.

#java #designpatterns

コメント