Packageorg.idream.pomelo
Classpublic class Request
InheritanceRequest Inheritance Object



Public Properties
 PropertyDefined By
  callback : Function
Request
  id : int
Request
  route : String
Request
Public Methods
 MethodDefined By
  
Request(route:String, callback:Function = null)
Request
Property Detail
callbackproperty
public var callback:Function

idproperty 
public var id:int

routeproperty 
public var route:String

Constructor Detail
Request()Constructor
public function Request(route:String, callback:Function = null)



Parameters
route:String
 
callback:Function (default = null)