Packagewk.mvcs.model
Classpublic class WK_ModelData
InheritanceWK_ModelData Inheritance flash.events.EventDispatcher
Implements WKI_ModelData

Language Version : ActionScript 3.0



Public Methods
 MethodDefined By
  
WK_ModelData
Protected Methods
 MethodDefined By
  
init():void
The init method is called when the init object WK_Init.instance dispatches an WK_Event of type INIT.
WK_ModelData
  
initModel():void
The init method is called when the init object WK_Init.instance dispatches an WK_Event of type INIT_MODEL.
WK_ModelData
  
The init method is called when the init object WK_Init.instance dispatches an WK_Event of type INIT_MODEL_DATA.
WK_ModelData
Events
 Event Summary Defined By
  WK_ModelData
Constructor Detail
WK_ModelData()Constructor
public function WK_ModelData()



Method Detail
init()method
protected function init():void

The init method is called when the init object WK_Init.instance dispatches an WK_Event of type INIT.

By default the init method dispatches the Flex Event PropertyChangeEvent.PROPERTY_CHANGE when it is invoked.

This method may be overridden by subclasses.

See also

wk.mvc.WK_Init
initModel()method 
protected function initModel():void

The init method is called when the init object WK_Init.instance dispatches an WK_Event of type INIT_MODEL.

This method may be overridden by subclasses.

See also

wk.mvc.WK_Init
initModelData()method 
protected function initModelData():void

The init method is called when the init object WK_Init.instance dispatches an WK_Event of type INIT_MODEL_DATA.

This method may be overridden by subclasses.

See also

wk.mvc.WK_Init
Event Detail
propertyChange Event

Language Version : ActionScript 3.0