Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CallListenerResult

Enum that is returned by the AbstractEvent.callListener method

Index

Enumeration members

IMMEDIATE_PROPAGATION_STOPPED

IMMEDIATE_PROPAGATION_STOPPED: = 2

Indicates that stopImmediatePropagation has been called

NONE

NONE: = 0

Indicates that neither stopPropagation nor stopImmediatePropagation has been called

PROPAGATION_STOPPED

PROPAGATION_STOPPED: = 1

Indicates that stopPropagation has been called, but stopImmediatePropagation hasn't

Generated using TypeDoc