SlideShare a Scribd company logo
Command Design Pattern(Action, Transaction)
OutlineIntent & MotivationStructureApplicability & ImplementationExamples
Intent & MotivationEncapsulate a request as an objectIssue requests without knowing operationeg. Button & MenuItem in a toolkit
Basic Structureabstract Command class to define interfaceConcrete implementation links command to receiver
Structure
Applicability & ConsequencesDecouple invoker and receiverLink same command to multiple invokersMacroCommand: chain commands togetherUndo/Redo: store state and reversal
ImplementationCommand intelligenceState InformationReceiver, Arguments, Original Values, Copy CommandBinding OnlyNo Separate Receiver
								Example…

More Related Content

What's hot (19)

PDF
Command pattern in java
RakibAhmed0
 
PPTX
PowerCLI in the Enterprise Breaking the Magicians Code original
jonathanmedd
 
PDF
Vb script tutorial for qtp[1]
srikanthbkm
 
PPTX
Mule expression component
Karnam Karthik
 
PPTX
Function & procedure
atishupadhyay
 
PPTX
pl/sql Procedure
Pooja Dixit
 
PPT
Plsql
fika sweety
 
PPTX
Oracle: PLSQL Introduction
DataminingTools Inc
 
PPTX
Procedure and Functions in pl/sql
Ñirmal Tatiwal
 
PPTX
Chain of Responsibility Pattern
Hüseyin Ergin
 
PPTX
CQRS and Event Sourcing
Bohdan Pashkovskyi
 
PPT
Basic cursors in oracle
Suhel Firdus
 
PPTX
Oracle: Cursors
DataminingTools Inc
 
PPTX
Meetup - Getting Started with MVVM Light for WPF - 11 may 2019
iFour Technolab Pvt. Ltd.
 
PPT
PLSQL Cursors
spin_naresh
 
PPT
QTP VB Script Trainings
Ali Imran
 
PPTX
PLSQL Tutorial
Quang Minh Đoàn
 
PPTX
Software design patterns ppt
mkruthika
 
Command pattern in java
RakibAhmed0
 
PowerCLI in the Enterprise Breaking the Magicians Code original
jonathanmedd
 
Vb script tutorial for qtp[1]
srikanthbkm
 
Mule expression component
Karnam Karthik
 
Function & procedure
atishupadhyay
 
pl/sql Procedure
Pooja Dixit
 
Oracle: PLSQL Introduction
DataminingTools Inc
 
Procedure and Functions in pl/sql
Ñirmal Tatiwal
 
Chain of Responsibility Pattern
Hüseyin Ergin
 
CQRS and Event Sourcing
Bohdan Pashkovskyi
 
Basic cursors in oracle
Suhel Firdus
 
Oracle: Cursors
DataminingTools Inc
 
Meetup - Getting Started with MVVM Light for WPF - 11 may 2019
iFour Technolab Pvt. Ltd.
 
PLSQL Cursors
spin_naresh
 
QTP VB Script Trainings
Ali Imran
 
PLSQL Tutorial
Quang Minh Đoàn
 
Software design patterns ppt
mkruthika
 

Recently uploaded (20)

PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PPTX
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Ad

Command Pattern