| Package | wk.mvcs.controller |
| Class | public class WK_Controller |
| Inheritance | WK_Controller Object |
| Implements | WKI_Controller |
| Language Version : | ActionScript 3.0 |
| Method | Defined By | ||
|---|---|---|---|
| WK_Controller | |||
| Method | Defined By | ||
|---|---|---|---|
init():void
The init method is called whenever the init object
WK_InitMVCS.instance dispatches an
WK_InitMVCSEvent of type INIT. | WK_Controller | ||
initController():void
The init method is called whenever the init object
WK_InitMVCS.instance dispatches an
WK_InitMVCSEvent of type INIT_CONTROLLER. | WK_Controller | ||
| WK_Controller | () | Constructor |
public function WK_Controller()| init | () | method |
protected function init():void
The init method is called whenever the init object
WK_InitMVCS.instance dispatches an
WK_InitMVCSEvent of type INIT.
This method may be overridden by subclasses.
See also
| initController | () | method |
protected function initController():void
The init method is called whenever the init object
WK_InitMVCS.instance dispatches an
WK_InitMVCSEvent of type INIT_CONTROLLER.
This method may be overridden by subclasses.
See also