Caplin Trader 4.0.3

Class: module:caplin/watchlist/WatchlistServiceEvents

module:caplin/watchlist/WatchlistServiceEvents

Summary

This is in beta and therefore subject to API changes.

Event names for module:caplin/watchlist/WatchlistService.

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.