Index

A C D E F G H I L M N O P R S T V 
All Classes All Packages

E

execute(INotification) - Method in interface org.puremvc.java.interfaces.ICommand
Execute the ICommand's logic to handle a given INotification.
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 ICommand has previously been registered to handle a the given INotification, then it is executed.
executeCommand(INotification) - Method in interface org.puremvc.java.interfaces.IController
Execute the ICommand previously registered as the handler for INotifications with the given notification name.
A C D E F G H I L M N O P R S T V 
All Classes All Packages