Proxy |
InitSimpleProxy |
com.afw.puremvc.InitMonitor.model
| InitSimpleProxy | com.afw.puremvc.InitMonitor.model |
| Constants | |
| NAME | |
| Variables | |
| _complete | |
| _busy | |
| Functions and Properties | |
| InitSimpleProxy | |
| completeNotificationName | The name of the _COMPLETE notification (may be hardcoded, or defined in facade) |
| stop | Override this function. |
| load | Override this function. |
| finish | sends final Notification |
| complete | Is everything loaded here? |
| busy | busy is True between start and complete todo: consider removing _busy and busy since they are non-essential |
public static const NAME: String
protected var _complete: Boolean
protected var _busy: Boolean
public function InitSimpleProxy( proxyName: String, data: Object = null )
The name of the _COMPLETE notification (may be hardcoded, or defined in facade)
public function get completeNotificationName():String
Override this function.
public function stop():void
Override this function.
public function load():void
sends final Notification
protected function finish():void
Is everything loaded here?
public function get complete():Boolean
busy is True between start and complete todo: consider removing _busy and busy since they are non-essential
public function get busy():Boolean