Packageorg.restfulx.events
Classpublic class PushItemEvent
InheritancePushItemEvent Inheritance flash.events.Event

This event is dispatched when an RxModel instance is about to be synchronized



Public Properties
 PropertyDefined by
  ID : String = "pushItem"
[static] Event identifier
PushItemEvent
  item : Object
the model object that was synchronized
PushItemEvent
Public Methods
 MethodDefined by
  
PushItemEvent(item:Object)
PushItemEvent
Property detail
IDproperty
public static var ID:String = "pushItem"

Event identifier

itemproperty 
public var item:Object

the model object that was synchronized

Constructor detail
PushItemEvent()constructor
public function PushItemEvent(item:Object)Parameters
item:Object