blob: 51b21c68fcc326e497e6ed37cb4bdea966f9c2d3 [file] [log] [blame]
{ "type": "class",
"qname": "mx.core.EventPriority",
"baseClassname": ""
,
"description": "The EventPriority class defines constant values for the <code>priority</code> argument of the <code>addEventListener()</code> method of EventDispatcher. <p>The higher the number, the higher the priority of the event listener. All listeners with priority <code>N</code> will be processed before listeners of priority <code>N - 1</code>. If two or more listeners share the same priority, they are processed in the order in which they were added.</p> <p>Priorities can be positive, 0, or negative. The default priority is 0.</p> <p>You should not write code that depends on the numeric values of these constants. They are subject to change in future versions of Flex.</p>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "CURSOR_MANAGEMENT",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The CursorManager has handlers for mouse events which must be executed before other mouse event handlers, so they have a high priority.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "BINDING",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Autogenerated event handlers that evaluate data-binding expressions need to be executed before any others, so they have a higher priority than the default.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "DEFAULT",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Event handlers on component instances are executed with the default priority, <code>0</code>.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "DEFAULT_HANDLER",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Some components listen to events that they dispatch on themselves and let other listeners call the <code>preventDefault()</code> method to tell the component not to perform a default action. Those components must listen with a lower priority than the default priority, so that the other handlers are executed first and have a chance to call <code>preventDefault()</code>.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "EFFECT",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Autogenerated event handlers that trigger effects are executed after other event handlers on component instances, so they have a lower priority than the default.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}