class bindx.BindSignal<ListenerType, GlobalListenerType>

Instance Fields

function add(type:String, listener:ListenerType): Void

function addGlobal(listener:GlobalListenerType): Void

function clear(): Void

function destroy(): Void

function remove(type:String, listener:ListenerType): Bool

function removeGlobal(listener:GlobalListenerType): Bool