Package: pumpkin.events

EventDispatcher

function addEventListener( type : String, listenerFun : EventCallback ) : bool

Parameters

type

Event type name to listen for.

listenerFun


Description
Add listener function to response to the event type.