Contains messages and support classes. These messages can be dispatched to and received from Photoshop.
Interfaces
| Interface | Description |
---|
| IMessage |
An interface that defines the requirements for an Object being sent, received, and parsed as a Photoshop message
|
Classes
| Class | Description |
---|
| ImageMessage |
An ImageMessage is a Message that contains some image data. |
| Message |
A Message is the most generic type of Message that can be sent or received, though the API doesn't
do either with Messages directly. |
| TextMessage |
A TextMessage is a Message whose payload contains text data. |
Fri Oct 21 2011, 03:36 PM -04:00