public class ControllerHTTPSession extends AbstractController
Modifier and Type | Field and Description |
---|---|
(package private) ControllerScriptInstances |
cScriptInstances |
(package private) ModelScriptInstances |
mScriptInstances |
(package private) ViewScriptInstances |
vScriptInstances |
Constructor and Description |
---|
ControllerHTTPSession()
The class constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
handleAppEvent(AppEvent ape)
Allows the class to handle AppEvents.
|
void |
init()
Used to initialize the class externally.
|
createChildTriad, createChildTriad, createChildTriad, getChildController, getChildControllersIterator, getIdentifier, getModel, getNumChildControllers, getParentController, getView, removeAllChildControllers, removeChildController, setIdentifier, setModel, setParentController, setView
ControllerScriptInstances cScriptInstances
ModelScriptInstances mScriptInstances
ViewScriptInstances vScriptInstances
public void init()
public void handleAppEvent(AppEvent ape)
handleAppEvent
in class AbstractController
ape
- An AppEvent
.