public class ControllerTree extends AbstractController
Constructor and Description |
---|
ControllerTree()
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
public void init()
public void handleAppEvent(AppEvent ape)
handleAppEvent
in class AbstractController
ape
- An AppEvent
.