Event

Main event class

This is class is abstract and only used to establish some default functions to every extended Event. \

Members

Functions

isEventTypeOf
bool isEventTypeOf(string otherType)

Compare two EventTypes

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

eventType
string eventType [@property getter]
Undocumented in source.

Variables

handled
bool handled;
Undocumented in source.

Meta