基础类型 / Action3
Action3<T1, T2, T3> Class
三个参数的代理
Type parameters
Name |
---|
T1 |
T2 |
T3 |
Hierarchy
↳
Action3
Table of contents
Accessors
Methods
click
Methods
add(fn : Function , thisArg? : any ): number |
---|
添加一个监听方法 |
call(...params : any ): void |
执行 |
clear(): void |
清除所有监听 |
includes(fn : Function , thisArg : any ): boolean |
判断是否包含某个监听方法 |
remove(fn : number Function , thisArg? : any ): void |
移除一个监听方法 |