CallbacksInvoker Class
Extends _CallbacksHandler
Module: _decorator Parent Module: cc
The callbacks invoker to handle and invoke callbacks by key.
Index
Methods
- invoke
- add
- hasCheck if the specified key has any registered callback.
- removeAllRemoves all callbacks registered in a certain event type or all callbacks registered with a certain target
- remove
Details
Methods
invoke
| meta | description | 
|---|---|
| Defined in | cocos2d/core/platform/callbacks-invoker.js:230 | 
Parameters
- keyString
- p1Any
- p2Any
- p3Any
- p4Any
- p5Any
add
| meta | description | 
|---|---|
| Defined in | cocos2d/core/platform/callbacks-invoker.js:97 | 
Parameters
has
Check if the specified key has any registered callback. If a callback is also specified, it will only return true if the callback is registered.
| meta | description | 
|---|---|
| Returns | Boolean | 
| Defined in | cocos2d/core/platform/callbacks-invoker.js:112 | 
Parameters
removeAll
Removes all callbacks registered in a certain event type or all callbacks registered with a certain target
| meta | description | 
|---|---|
| Defined in | cocos2d/core/platform/callbacks-invoker.js:148 | 
Parameters
remove
| meta | description | 
|---|---|
| Defined in | cocos2d/core/platform/callbacks-invoker.js:186 | 
