public abstract class AbstractController extends Object implements Controller
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractController(ControllerType type)
Creates the controller by its type.
|
| Modifier and Type | Method and Description |
|---|---|
ControllerType |
getType()
Controller must define a unique id in order to be configurable.
Returns the controller id. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckIfValid, getType, isConsistent, isValid, mustBeRegistered, onAfterDraw, onAfterInitialize, onAfterLinkScales, onAfterParse, onAfterUpdate, onBeforeDraw, onBeforeInitialize, onBeforeLinkScales, onBeforeParse, onBeforeUpdateprotected AbstractController(ControllerType type)
type - the type of this controller.public final ControllerType getType()