Packagecom.adobe.csxs.events
Classpublic final class CSXSEventScope

Defines possible scopes of a CSXS event. The scope determines which listeners receive notification of the CSXS event.



Public Constants
 ConstantDefined 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
Constant detail
APPLICATIONconstant
public static const APPLICATION:String = "APPLICATION"

CSXS events with this scope are dispatched only to listeners in the current application.

GLOBALconstant 
public static const GLOBAL:String = "GLOBAL"

CSXS events with this scope are dispatched to all listeners in all currently running applications that support CSXS.