Changed Methods |
void
addEventHandler(
String,
IEventHandler
)
|
Documentation changed from old to new. |
Adds new event handler. |
boolean
hasEventHandler(
String )
|
Documentation changed from old to new. |
Checks if event dispatcher as an event handler assigned for a certain event type. |
void
removeEventHandler(
String,
IEventHandler
)
|
Documentation changed from old to new. |
Removes event handler. |
void
dispatchEvent(
Event )
|
Documentation changed from old to new. |
Dispatches an event. |
void
dispatchEvent(
Event,
boolean
)
|
Documentation changed from old to new. |
Dispatches a delayed event. |