Command Pattern

Introduction

The Command Pattern provides an extensible method for executing custom functionality in a pre-compiled component. Two popular methods for adding this functionality are via configuration settings and/or using a plug-in-based architecture. The basic concept is pretty simple to understand, but can sometimes be hard to explain. An interface or abstract method is defined, which is used by the system to accomplish some type of work. The basis for the extensibility lies in the fact that classes that implement the interface method can be added and executed at run-time. The client code that is executing the command doesn't know exactly what happens, but that's the beauty of it.

How would you rate this item?
  1 2 3 4 5 6 7 8 9 10  
Poor   Excellent
Comments, recommendations or suggestions.(optional)
This item has been rated by 2 people
Average rating:
1 out of 10
1 2 3 4 5 6 7 8 9 10  
Rating Summary
9/23/2006 11:48:16 AM by Anonymous
12/19/2006 4:03:16 AM by Anonymous


Page Options Page Options
Average rating:
1 out of 10
Rate this module
Email this page

Related Links Related Links

History History

1.0Genesis