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.multicore.interfaces.ICommand
-
Execute the
ICommand
's logic to handle a givenINotification
. - execute(INotification) - Method in class org.puremvc.java.multicore.patterns.command.MacroCommand
-
Execute this
MacroCommand
's SubCommands. - execute(INotification) - Method in class org.puremvc.java.multicore.patterns.command.SimpleCommand
-
Fulfill the use-case initiated by the given
INotification
. - executeCommand(INotification) - Method in class org.puremvc.java.multicore.core.Controller
-
If an
ICommand
has previously been registered to handle a the givenINotification
, then it is executed. - executeCommand(INotification) - Method in interface org.puremvc.java.multicore.interfaces.IController
-
Execute the
ICommand
previously registered as the handler forINotification
s with the given notification name.
All Classes All Packages