Packagewk.mvcs.controller
Classpublic class WK_Controller
InheritanceWK_Controller Inheritance Object
Implements WKI_Controller

Language Version : ActionScript 3.0



Public Methods
 MethodDefined By
  
WK_Controller
Protected Methods
 MethodDefined By
  
init():void
The init method is called whenever the init object WK_InitMVCS.instance dispatches an WK_InitMVCSEvent of type INIT.
WK_Controller
  
The init method is called whenever the init object WK_InitMVCS.instance dispatches an WK_InitMVCSEvent of type INIT_CONTROLLER.
WK_Controller
Constructor Detail
WK_Controller()Constructor
public function WK_Controller()



Method Detail
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