StrategyHandler
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.
Parameters
TFeature
The type of feature associated with the strategy operations.
Properties
Functions
Link copied to clipboard
Handles strategy finish events by delegating to the handler.
Link copied to clipboard
Internal API for handling strategy finish events with type casting.
Link copied to clipboard
Handles strategy starts events by delegating to the handler.
Link copied to clipboard
Internal API for handling strategy start events with type casting.