Package: pumpkin.events

EventDispatcher

function removeEventListener( type : String, listenerFun : EventCallback, capture : bool ) : bool

Parameters

type

Event type name to listen for.

listenerFun

function callback.

capture

phase.


Description
Remove event listener with capture.

Prevents any events from dispatching in the future.