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