[Basic Type](../groups/Basic Type.Basic Type.md) / Action3
Action3<T1, T2, T3> Class
Proxy with three parameters
Type parameters
Name |
---|
T1 |
T2 |
T3 |
Hierarchy
↳
Action3
Table of contents
Accessors
Methods
click
Methods
add(fn : Function , thisArg? : any ): number other |
---|
Add a listening method |
call(...params : any ): void other |
implement |
clear(): void other |
Clear all listening |
includes(fn : Function , thisArg : any ): boolean other |
Determine whether a certain listening method is included |
remove(fn : number Function , thisArg? : any ): void other |
Remove a listening method |