| Package | com.adobe.photoshop.subscriptions |
| Class | public class Subscription |
| Inheritance | Subscription Object |
| Property | Defined By | ||
|---|---|---|---|
| subscriptionType : int
The Type of this subscription
| Subscription | ||
| transactionID : int
The transaction ID of this Subscription
| Subscription | ||
| Method | Defined By | ||
|---|---|---|---|
Subscription(subscriptionType:int)
Creates a new Subscription
| Subscription | ||
| Constant | Defined By | ||
|---|---|---|---|
| SUBSCRIPTION_EVENTS_ACTIVEVIEW_CHANGED : int = 8 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_COLOR_BACKGROUND_CHANGED : int = 1 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_COLOR_FOREGROUND_CHANGED : int = 0 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_COLOR_SETTINGS_CHANGED : int = 2 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_CURRENTDOCUMENT_CHANGED : int = 10 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_DOCUMENT_CHANGED : int = 12 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_DOCUMENT_CLOSED : int = 9 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_DOCUMENTVIEW_CREATED : int = 11 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_KEYBOARD_SHORTCUTS_CHANGED : int = 4 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_PREFERENCES_CHANGED : int = 3 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_QUICK_MASK_STATE_CHANGED : int = 6 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_SCREEN_MODE_CHANGED : int = 5 [static] | Subscription | ||
| SUBSCRIPTION_EVENTS_TOOL_CHANGED : int = 7 [static] | Subscription | ||
| subscriptionType | property |
public var subscriptionType:intThe Type of this subscription
| transactionID | property |
public var transactionID:intThe transaction ID of this Subscription
| Subscription | () | Constructor |
public function Subscription(subscriptionType:int)| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10 |
Creates a new Subscription
ParameterssubscriptionType:int — The Type of subscription to create
|
| SUBSCRIPTION_EVENTS_ACTIVEVIEW_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_ACTIVEVIEW_CHANGED:int = 8| SUBSCRIPTION_EVENTS_COLOR_BACKGROUND_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_COLOR_BACKGROUND_CHANGED:int = 1| SUBSCRIPTION_EVENTS_COLOR_FOREGROUND_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_COLOR_FOREGROUND_CHANGED:int = 0| SUBSCRIPTION_EVENTS_COLOR_SETTINGS_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_COLOR_SETTINGS_CHANGED:int = 2| SUBSCRIPTION_EVENTS_CURRENTDOCUMENT_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_CURRENTDOCUMENT_CHANGED:int = 10| SUBSCRIPTION_EVENTS_DOCUMENT_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_DOCUMENT_CHANGED:int = 12| SUBSCRIPTION_EVENTS_DOCUMENT_CLOSED | Constant |
public static const SUBSCRIPTION_EVENTS_DOCUMENT_CLOSED:int = 9| SUBSCRIPTION_EVENTS_DOCUMENTVIEW_CREATED | Constant |
public static const SUBSCRIPTION_EVENTS_DOCUMENTVIEW_CREATED:int = 11| SUBSCRIPTION_EVENTS_KEYBOARD_SHORTCUTS_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_KEYBOARD_SHORTCUTS_CHANGED:int = 4| SUBSCRIPTION_EVENTS_PREFERENCES_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_PREFERENCES_CHANGED:int = 3| SUBSCRIPTION_EVENTS_QUICK_MASK_STATE_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_QUICK_MASK_STATE_CHANGED:int = 6| SUBSCRIPTION_EVENTS_SCREEN_MODE_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_SCREEN_MODE_CHANGED:int = 5| SUBSCRIPTION_EVENTS_TOOL_CHANGED | Constant |
public static const SUBSCRIPTION_EVENTS_TOOL_CHANGED:int = 7