ICommand implementation.
More...

Public Member Functions | |
| virtual void | Execute (INotification notification) |
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
| virtual void PureMVC.Patterns.SimpleCommand.Execute | ( | INotification | notification | ) | [virtual] |
Fulfill the use-case initiated by the given INotification
| 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.
1.5.8