CallbacksInvoker
Class
Extends _CallbacksHandler
Module: _decorator Parent Module: cc
The callbacks invoker to handle and invoke callbacks by key.
Index
Methods
invoke
add
hasEventListener
Check if the specified key has any registered callback.removeAll
Removes 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
key
Stringp1
Anyp2
Anyp3
Anyp4
Anyp5
Any
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 |