Package: pumpkin.logging
Core logging class for log routing and filtering.
|
| |
| |
| |
| |
| |
| |
| |
| |
|
| |
| |
| |
| |
| |
| |
|
| |
Add listener function to response to the event type. | |
Add listener function to response to the event type with capture. | |
Add GameObject message handler, dispatching event sends message to the method name listenerFun. | |
Add GameObject message handler, dispatching event sends message to the method name listenerFun with capture. | |
Same as dispatchEvent but void return type workarround for closures. | |
Dispatches an even bound using addEventListener. | |
Remove all event listeners. | |
Remove event listener. | |
Remove event listener with capture. | |
Remove event listener. | |
Remove event listener with capture. | |
Returns true if the event is being listened on. | |
Returns true if the event is being listened on. | |
Returns all event listeners. |
Global max call depth all event dispatchers can recurse. |