????
+--Dispatcher
+--com.bumpslide.services.ServiceService Interface defined as an abstract class
To be used as a base class for specific service types
new Service()
static public multipleRequestsAllowedstatic EVENT_COMPLETEstatic EVENT_ERRORstatic EVENT_CANCELLEDargs:ArraycancelledrequestIdtimeoutMs_timerIntfunction load()validate and run (optionally pass in method name and arguments) overloaded: load( methodName:String, args:Array); OR load( args:Array ); // calls default method
public function doResolve(nMethodName:String):FunctionResolve method calls directly - you asked for it :)
function addListener(responder:Object)Shortcut to add listener for all events
responder |