It is a common practice to represent an UI operation that a user can perform as an Action. For example, to open a file in Notepad is an operation that can be represented by an action, say OpenFileAction.
Actions are implemented using the Command pattern. I’ll provide a short explanation of the Command pattern below.
The Command [...]
Archive for May 1st, 2007
Actions Using the Command Pattern
Posted in Design Pattern on May 1, 2007 | 2 Comments »

