Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10
A PhotoshopMessageEvent is similar to PhotoshopEvent in that the API may choose to dispatch it during execution, however, it contains information specific to sending, receiving, and
parsing Messages.
public var message:IMessage
Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10
The IMessage that has been received, if applicable.
public function PhotoshopMessageEvent(type:String)
Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10
Constructor.
Parameters type :String
— The Type of PhotoshopMessageEvent
public static const ERROR_MESSAGE_RECEIVED:String = ErrorMessageReceivedEvent
Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10
Dispatched when a Message has been received, but it contains information indicating that there's been an error
public static const MESSAGE_RECEIVED:String = MessageReceivedEvent
Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10
A MessageReceivedEvent is dispatched when a service or connection has received an IMessage.
public static const MESSAGE_SENT:String = MessageSentEvent
Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10
A PhotoshopMessageEvent with the MessageSentEvent is dispatched when a message has been successfully sent
(c) 2011 Adobe Systems Inc. All rights reserved. Fri Oct 21 2011, 03:36 PM -04:00