[Basic Type](../groups/Basic Type.Basic Type.md) / Action2
Action2<T1, T2> Class
Proxy with two parameters
Type parameters
Name |
---|
T1 |
T2 |
Hierarchy
↳
Action2
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 |