Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
I
ICommand
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC Command.
IController
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC Controller.
IFacade
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC Facade.
IFunction
- Interface in
org.puremvc.java.interfaces
This interface must be implemented by all classes that want to be notified of a notification.
IMediator
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC Mediator.
IModel
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC Model.
initializeController()
- Method in class org.puremvc.java.core.controller.
Controller
Initialize the Singleton
Controller
instance.
initializeController()
- Method in class org.puremvc.java.patterns.facade.
Facade
Initialize the
Controller
.
initializeFacade()
- Method in class org.puremvc.java.patterns.facade.
Facade
Initialize the Singleton
Facade
instance.
initializeMacroCommand()
- Method in class org.puremvc.java.patterns.command.
MacroCommand
Initialize the
MacroCommand
.
initializeModel()
- Method in class org.puremvc.java.core.model.
Model
Initialize the Singleton
Model
instance.
initializeModel()
- Method in class org.puremvc.java.patterns.facade.
Facade
Initialize the
Model
.
initializeView()
- Method in class org.puremvc.java.core.view.
View
Initialize the Singleton View instance.
initializeView()
- Method in class org.puremvc.java.patterns.facade.
Facade
Initialize the
View
.
INotification
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC Notification.
INotifier
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC Notifier.
instance
- Static variable in class org.puremvc.java.core.controller.
Controller
Singleton instance
instance
- Static variable in class org.puremvc.java.core.model.
Model
Singleton instance
instance
- Static variable in class org.puremvc.java.patterns.facade.
Facade
The Singleton instance of the Facade
IObserver
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC Observer.
IProxy
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC Proxy.
IView
- Interface in
org.puremvc.java.interfaces
The interface definition for a PureMVC View.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V