Packageorg.restfulx.events
Classpublic class PushErrorEvent
InheritancePushErrorEvent Inheritance flash.events.Event

This event is dispatched when there's an error during push synchronization process



Public Properties
 PropertyDefined by
  ID : String = "pushError"
[static] Event identifier
PushErrorEvent
  info : Object
the error reported, if any
PushErrorEvent
  item : Object
the item that caused error while synchronizing
PushErrorEvent
Public Methods
 MethodDefined by
  
PushErrorEvent(item:Object, info:Object)
PushErrorEvent
Property detail
IDproperty
public static var ID:String = "pushError"

Event identifier

infoproperty 
public var info:Object

the error reported, if any

itemproperty 
public var item:Object

the item that caused error while synchronizing

Constructor detail
PushErrorEvent()constructor
public function PushErrorEvent(item:Object, info:Object)Parameters
item:Object
 
info:Object