Packageorg.servebox.foundry.service
Interfacepublic interface IBusinessDelegate
ImplementorsAbstractBusinessDelegate

BusinessDelegate design pattern implementation.



Public Methods
 MethodDefined by
  
getService():Object
Retrieves the reference to the associated service.
IBusinessDelegate
  
setService(service:Object):void
Sets the associated service ( RemoteObject, WebService, HTTPService ).
IBusinessDelegate
Method detail
getService()method
public function getService():Object

Retrieves the reference to the associated service.

Returns
Object
setService()method 
public function setService(service:Object):void

Sets the associated service ( RemoteObject, WebService, HTTPService ). to the delegate

Parameters
service:Object