EventInterface
Interface for events.
An event has a name and its propagation can be stopped (if the implementation supports it).
since |
1.0 |
---|
Methods
getName
Get the event name.
getName() : string
since |
1.0 |
---|
Response
string
The event name.
isStopped
Tell if the event propagation is stopped.
isStopped() : boolean
since |
1.0 |
---|
Response
boolean
True if stopped, false otherwise.