This class encapsulates state change events dispatched by AbstractReader.
| Name | Type | Description |
|---|---|---|
target |
H.data.AbstractReader | H.map.Object |
The target that is passed to event listeners |
type |
string |
An identifier of the event type |
state |
H.data.AbstractReader.State |
An identifier of the state of the target firing an event |
message |
string |
The message associated with an event |
Extends
Members
-
AT_TARGET number constant inherited
-
This property indicates that the event is being evaluated at the target.
-
BUBBLING_PHASE number constant inherited
-
This property identifies the current event phase as the bubbling phase.
-
CAPTURING_PHASE number constant inherited
-
This property identifies the current event phase as the capturing phase.
-
currentTarget * inherited
-
This property holds an object that receives notification of the event (via an attached listener).
-
defaultPrevented boolean inherited
-
This property holds a value indicating if
preventDefault()was called on the current event. -
eventPhase number inherited
-
This property indicates which phase of the event flow is being evaluated.
-
target * inherited
-
This property holds the object which triggered the event.
-
type string inherited
-
This property holds the name of the dispatched event.