Packagecom.adobe.photoshop.events
Classpublic class KevlarEvent
InheritanceKevlarEvent Inheritance flash.events.Event

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

KevlarEvents may be dispatched at various points in this API, and can contain useful information for determining the status of the connection and encryption.



Public Properties
 PropertyDefined By
  data : *
Contains information related to this event.
KevlarEvent
Public Methods
 MethodDefined By
  
KevlarEvent(type:String)
Constructor
KevlarEvent
Public Constants
 ConstantDefined By
  CONNECTED : String = ConnectedEvent
[static] ConnectedEvent is dispatched after a connection was successfully established
KevlarEvent
  DISCONNECTED : String = DisconnectedEvent
[static] Upon disconnection of a service or connection, a DisconnectedEvent KevlarEvent will be dispatched.
KevlarEvent
  ENCRYPTION_SUCCESS : String = EncryptionSuccessful
[static] Dispatched after encryption has been successfully initialized
KevlarEvent
  ERROR : String = ErrorEvent
[static] ErrorEvent is dispatched in the case of an error.
KevlarEvent
  PROGRESS : String = ProgressEvent
[static] ProgressEvent is dispatched when there has been progress made in sending, receiving, or parsing messages.
KevlarEvent
Property Detail
dataproperty
public var data:*

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

Contains information related to this event. The data type varies based on the event.

Constructor Detail
KevlarEvent()Constructor
public function KevlarEvent(type:String)

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

Constructor

Parameters
type:String — The type of KevlarEvent
Constant Detail
CONNECTEDConstant
public static const CONNECTED:String = ConnectedEvent

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

ConnectedEvent is dispatched after a connection was successfully established

DISCONNECTEDConstant 
public static const DISCONNECTED:String = DisconnectedEvent

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

Upon disconnection of a service or connection, a DisconnectedEvent KevlarEvent will be dispatched.

ENCRYPTION_SUCCESSConstant 
public static const ENCRYPTION_SUCCESS:String = EncryptionSuccessful

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

Dispatched after encryption has been successfully initialized

ERRORConstant 
public static const ERROR:String = ErrorEvent

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

ErrorEvent is dispatched in the case of an error. The data property will contain additional information regarding the error

PROGRESSConstant 
public static const PROGRESS:String = ProgressEvent

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

ProgressEvent is dispatched when there has been progress made in sending, receiving, or parsing messages.