Constructor
new module:ct-watchlist /Watchlist Service Events()
Events
ADDED
Triggered when a watchlist is added to the service.
Parameters:
Name | Type | Description |
---|---|---|
watchlist |
module:ct-watchlist |
The added watchlist. |
REMOVED
Triggered when a watchlist is removed from the service.
Parameters:
Name | Type | Description |
---|---|---|
watchlist |
module:ct-watchlist |
The removed watchlist. |
STATUS _CHANGED
Triggered when the status of this service's data changes.
Parameters:
Name | Type | Description |
---|---|---|
status |
module:ct-services |
The status of the data. |