The EventPhase
class provides values for the eventPhase
property of the system.events.Event
class.
Members
-
<static, constant> AT_TARGET :number
-
The target phase, which is the second phase of the event flow.
Type:
- number
-
<static, constant> BUBBLING_PHASE :number
-
The bubbling phase, which is the third phase of the event flow.
Type:
- number
-
<static, constant> CAPTURING_PHASE :number
-
The capturing phase, which is the first phase of the event flow.
Type:
- number
-
<static, constant> NONE :number
-
No event is being processed at this time.
Type:
- number