MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLSLMProgress Class Referenceabstract

Detailed Description

This is a callback interface that clients can use to be informed of the progress of the various stages of processing data.

Public Member Functions

virtual ~TSLSLMProgress ()
 
virtual void notify (double progress)=0
 

Constructor & Destructor Documentation

◆ ~TSLSLMProgress()

virtual TSLSLMProgress::~TSLSLMProgress ( )
virtual

Member Function Documentation

◆ notify()

virtual void TSLSLMProgress::notify ( double progress)
pure virtual

Progress notification.

Parameters
progressThe percentage progress.