CallbacksInvoker Class
Extends _CallbacksHandler
Module: _decorator Parent Module: cc
The callbacks invoker to handle and invoke callbacks by key.
Index
Methods
invokeaddhasEventListenerCheck if the specified key has any registered callback.removeAllRemoves all callbacks registered in a certain event type or all callbacks registered with a certain targetremove
Details
Methods
invoke
| meta | description |
|---|---|
| Defined in | cocos2d/core/platform/callbacks-invoker.js:236 |
Parameters
keyStringp1Anyp2Anyp3Anyp4Anyp5Any
add
| meta | description |
|---|---|
| Defined in | cocos2d/core/platform/callbacks-invoker.js:97 |
Parameters
hasEventListener
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:154 |
Parameters
remove
| meta | description |
|---|---|
| Defined in | cocos2d/core/platform/callbacks-invoker.js:192 |