PureMVC.Patterns.SimpleCommand Class Reference

A base ICommand implementation. More...

Inheritance diagram for PureMVC.Patterns.SimpleCommand:

PureMVC.Patterns.Notifier PureMVC.Interfaces.ICommand PureMVC.Interfaces.INotifier PureMVC.Interfaces.INotifier

List of all members.

Public Member Functions

virtual void Execute (INotification notification)


Detailed Description

A base ICommand implementation.

Your subclass should override the execute method where your business logic will handle the INotification

PureMVC.Core.Controller PureMVC.Patterns.Notification PureMVC.Patterns.MacroCommand


Member Function Documentation

virtual void PureMVC.Patterns.SimpleCommand.Execute ( INotification  notification  )  [virtual]

Fulfill the use-case initiated by the given INotification

Parameters:
notification The INotification to handle

In the Command Pattern, an application use-case typically begins with some user action, which results in an INotification being broadcast, which is handled by business logic in the execute method of an ICommand

Implements PureMVC.Interfaces.ICommand.


The documentation for this class was generated from the following file:

Generated on Thu Jan 1 16:26:46 2009 for PureMVC by  doxygen 1.5.8