Xinf API Reference
Back | Index
interface xinf.event.EventDispatcher
function addEventListener<T>( type:EventKind<T>, h:T -> Void ) :T -> Void
function removeEventListener<T>( type:EventKind<T>, h:T -> Void ) :Bool
function dispatchEvent<T>( e:Event<T> ) :Void
function postEvent<T>( e:Event<T>, ?pos:PosInfos ) :Void
Back | Index