Methods
Private checknSetupSysEvent
checknSetupSysEvent( type: string ) : boolean
Parameters
Returns boolean
Private offDispatch
offDispatch( type: string , callback?: Function , target?: Object , useCapture?: Object ) : void
Parameters
type: string
Optional callback: Function
Optional target: Object
Optional useCapture: Object
Returns void
Private onDispatch
onDispatch( type: string , callback: Function , target?: Object , useCapture?: Object ) : undefined | Function
Parameters
type: string
callback: Function
Optional target: Object
Optional useCapture: Object
Returns undefined
|
Function
dispatchEvent
dispatchEvent( event: Event ) : void
emit
emit( type: string , ... args: any [] ) : void
Parameters
type: string
Rest ... args: any []
Returns void
getBubblingTargets
getBubblingTargets( type: string , targets: BaseNode [] ) : void
getCapturingTargets
getCapturingTargets( type: string , targets: BaseNode [] ) : void
hasEventListener
hasEventListener( type: string ) : boolean
Parameters
Returns boolean
off
off( type: string , callback?: Function , target?: Object , useCapture?: Object ) : void
Parameters
type: string
Optional callback: Function
Optional target: Object
Optional useCapture: Object
Returns void
on
on( type: string , callback: Function , target?: Object , useCapture?: Object ) : undefined | Function
Parameters
type: string
callback: Function
Optional target: Object
Optional useCapture: Object
Returns undefined
|
Function
once
once( type: string , callback: Function , target?: Object , useCapture?: Object ) : void
Parameters
type: string
callback: Function
Optional target: Object
Optional useCapture: Object
Returns void
targetOff
targetOff( target: string | Object ) : void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
节点事件类。