interface EventInterface (View source)

Class EventInterface

Methods

string
getName()

Get the event name.

boolean
isStopped()

Tell if the event propagation is stopped.

Details

at line line 25
string getName()

Get the event name.

Return Value

string The event name.

at line line 34
boolean isStopped()

Tell if the event propagation is stopped.

Return Value

boolean True if stopped, false otherwise.