Xinf API Reference
Back | Index
class xinf.event.SimpleEventDispatcher
implements EventDispatcher
function new( ) :Void
function addEventListener<T>( type:EventKind<T>, h:T -> Void ) :T -> Void
function removeEventListener<T>( type:EventKind<T>, h:T -> Void ) :Bool
function removeAllListeners<T>( type:EventKind<T> ) :Bool
function addEventFilter( f:Dynamic -> Bool ) :Void
function dispatchEvent<T>( e:Event<T> ) :Void
function postEvent<T>( e:Event<T>, ?pos:PosInfos ) :Void
Back | Index