has(listener, context) → {boolean}
Check if a specific listener is attached.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
listener | function | Signal handler function. | |
context | object | <optional> | Context on which listener will be executed (object that should represent the |
Returns
boolean -
If Signal has the specified listener.
- Source code: core/Signal.js (Line 218)
Please login to continue.