InitSimpleProxy

Proxy
InitSimpleProxy

com.afw.puremvc.InitMonitor.model

Summary
InitSimpleProxycom.afw.puremvc.InitMonitor.model
Constants
NAME
Variables
_complete
_busy
Functions and Properties
InitSimpleProxy
completeNotificationNameThe name of the _COMPLETE notification (may be hardcoded, or defined in facade)
stopOverride this function.
loadOverride this function.
finishsends final Notification
completeIs everything loaded here?
busybusy is True between start and complete todo: consider removing _busy and busy since they are non-essential

Constants

NAME

public static const NAME: String

Variables

_complete

protected var _complete: Boolean

_busy

protected var _busy: Boolean

Functions and Properties

InitSimpleProxy

public function InitSimpleProxy(proxyName: String,  
data: Object = null)

completeNotificationName

public function get completeNotificationName():String

The name of the _COMPLETE notification (may be hardcoded, or defined in facade)

stop

public function stop():void

Override this function. stop should prevent any further notifications from going out for the current load. note: after stop() is called, finish() should not be called.

load

public function load():void

Override this function. load() should always result in a call to finish() (ussually in an onComplete function).  [ note: stop() will prevent finish() from being called ]

finish

protected function finish():void

sends final Notification

complete

public function get complete():Boolean

Is everything loaded here?

busy

public function get busy():Boolean

busy is True between start and complete todo: consider removing _busy and busy since they are non-essential

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