Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10
PhotoshopEvents may be dispatched at various points in this API, and can contain useful information for determining the status of the connection and encryption.
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.
public function PhotoshopEvent(type:String)
Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10
Constructor
Parameters type :String
— The type of PhotoshopEvent
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
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 PhotoshopEvent will be dispatched.
public static const ENCRYPTION_FAILED:String = EncryptionFailed
Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10
Dispatched if encryption or key derivation should fail
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
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
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.
(c) 2011 Adobe Systems Inc. All rights reserved. Fri Oct 21 2011, 03:36 PM -04:00