public class ControllerNavigationAction extends AbstractController
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
ControllerNavigationAction()
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 ControllerNavigationAction()
public void init()
public void handleAppEvent(AppEvent ape)
handleAppEvent
in class AbstractController
ape
- An AppEvent
.