Index
A C D E F G H I L M N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- execute(INotification) - Method in interface org.puremvc.java.interfaces.ICommand
-
Execute the
ICommand's logic to handle a givenINotification. - execute(INotification) - Method in class org.puremvc.java.patterns.command.MacroCommand
-
Execute this
MacroCommand's SubCommands. - execute(INotification) - Method in class org.puremvc.java.patterns.command.SimpleCommand
-
Fulfill the use-case initiated by the given
INotification. - executeCommand(INotification) - Method in class org.puremvc.java.core.Controller
-
If an
ICommandhas previously been registered to handle a the givenINotification, then it is executed. - executeCommand(INotification) - Method in interface org.puremvc.java.interfaces.IController
-
Execute the
ICommandpreviously registered as the handler forINotifications with the given notification name.
All Classes All Packages