Execute the ICommand's logic to handle a given INotification.
The notification carrying the data and type necessary for executing the command.
Send a INotification.
Convenience method to prevent having to construct new notification instances in our implementation code.
The name of the notification to send.
Optionalbody: anyOptional data associated with the notification.
Optionaltype: stringOptional type of the notification.
The interface definition for a PureMVC Command.
See
INotification
ICommand