Dart DocumentationpuremvcICommand

ICommand Interface

The interface definition for a PureMVC MultiCore Command.

See IController, INotification

Extends

INotifier

Implemented by

MacroCommand, SimpleCommand

Methods

Code void execute(INotification note) #

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

void execute( INotification note );