ICommand

The interface definition for a PureMVC Command.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public interface ICommand : INotifier

Methods

Execute the ICommand's logic to handle a given INotification.

See also