StrategyEventHandler

A handler class for managing strategy-related events, providing callbacks for when strategies are started or finished. It is designed to operate on a specific feature type and delegate event handling to the assigned handlers.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

A handler for processing the completion of a strategy within the context of a feature update.

Link copied to clipboard

Handler invoked when a strategy is started. This can be used to perform custom logic related to strategy initiation for a specific feature.

Functions

Link copied to clipboard

Handles strategy finish events by delegating to the handler.

Link copied to clipboard

Handles strategy starts events by delegating to the handler.