Package: pumpkin.net

URLLoader


Description

[alpha][dev] This class is currently in development and is subject to change.



Functions

RequestHandler

load

close


Variables

requestHandler

loading

data

www

cancelled

request


Inherited members

Functions

EventCallback

addEventListener

Add listener function to response to the event type.

addEventListener

Add listener function to response to the event type with capture.

addGameObjectEventListener

Add GameObject message handler, dispatching event sends message to the method name listenerFun.

addGameObjectEventListener

Add GameObject message handler, dispatching event sends message to the method name listenerFun with capture.

dispatchEventReturnVoid

Same as dispatchEvent but void return type workarround for closures.

dispatchEvent

Dispatches an even bound using addEventListener.

removeAllEventListeners

Remove all event listeners.

removeEventListener

Remove event listener.

removeEventListener

Remove event listener with capture.

removeGameObjectEventListener

Remove event listener.

removeGameObjectEventListener

Remove event listener with capture.

willTrigger

Returns true if the event is being listened on.

hasEventListener

Returns true if the event is being listened on.

getEventListeners

Returns all event listeners.


Variables

MAX_RECURSE

Global max call depth all event dispatchers can recurse.