Interface ICommand

All Superinterfaces:
INotifier
All Known Implementing Classes:
MacroCommand, SimpleCommand

public interface ICommand
extends INotifier
The interface definition for a PureMVC Command.
See Also:
INotification
  • Method Details

    • execute

      void execute​(INotification notification)

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

      Parameters:
      notification - an INotification to handle.