Feeds:
Posts
Comments

Archive for May, 2007

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 [...]

Read Full Post »