| Package | com.adobe.csxs.events |
| Class | public final class CSXSEventScope |
| Constant | Defined by | ||
|---|---|---|---|
| APPLICATION : String = "APPLICATION" [static]
CSXS events with this scope are dispatched only to listeners in the current application.
| CSXSEventScope | ||
| GLOBAL : String = "GLOBAL" [static]
CSXS events with this scope are dispatched to all listeners
in all currently running applications that support CSXS.
| CSXSEventScope | ||
| APPLICATION | constant |
public static const APPLICATION:String = "APPLICATION"CSXS events with this scope are dispatched only to listeners in the current application.
| GLOBAL | constant |
public static const GLOBAL:String = "GLOBAL"CSXS events with this scope are dispatched to all listeners in all currently running applications that support CSXS.