SimpleCommand

A base ICommand implementation.

Inheritance

ObjectNotifierSimpleCommand
Namespace: PureMVC.Patterns.CommandAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public class SimpleCommand : Notifier,
	ICommand,
	INotifier

Remarks

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

Constructors

Methods

Fulfill the use-case initiated by the given INotification.

See also