RegisterCommand(String, Func<ICommand>)
Register a particular ICommand class as the handler for a particular INotification.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract void RegisterCommand( string notificationName, Func<ICommand> commandClassRef )
Parameters
notificationNameStringthe name of the INotification
commandClassRefFunc<>the FuncDelegate of the ICommand