Packageorg.as3lib.kitchensync.core
Classpublic class KitchenSyncEvent
InheritanceKitchenSyncEvent Inheritance flash.events.Event

Event type that is dispatched by the Synchronizer and AbstractSynchronizedActions.



Public Properties
 PropertyDefined by
  timestamp : Timestamp
[read-only]
KitchenSyncEvent
Public Methods
 MethodDefined by
  
KitchenSyncEvent(type:String, timestamp:Timestamp = null)
KitchenSyncEvent
Public Constants
 ConstantDefined by
  CHILD_COMPLETE : String = "childActionComplete"
[static]
KitchenSyncEvent
  CHILD_START : String = "childActionStart"
[static]
KitchenSyncEvent
  COMPLETE : String = "actionComplete"
[static]
KitchenSyncEvent
  PAUSE : String = "actionPause"
[static]
KitchenSyncEvent
  START : String = "actionStart"
[static]
KitchenSyncEvent
  UNPAUSE : String = "actionUnpause"
[static]
KitchenSyncEvent
  UPDATE : String = "synchronizerUpdate"
[static]
KitchenSyncEvent
Property detail
timestampproperty
timestamp:Timestamp  [read-only]Implementation
    public function get timestamp():Timestamp
Constructor detail
KitchenSyncEvent()constructor
public function KitchenSyncEvent(type:String, timestamp:Timestamp = null)Parameters
type:String
 
timestamp:Timestamp (default = null)
Constant detail
CHILD_COMPLETEconstant
public static const CHILD_COMPLETE:String = "childActionComplete"
CHILD_STARTconstant 
public static const CHILD_START:String = "childActionStart"
COMPLETEconstant 
public static const COMPLETE:String = "actionComplete"
PAUSEconstant 
public static const PAUSE:String = "actionPause"
STARTconstant 
public static const START:String = "actionStart"
UNPAUSEconstant 
public static const UNPAUSE:String = "actionUnpause"
UPDATEconstant 
public static const UPDATE:String = "synchronizerUpdate"