Content


NTL
Core
IProgressListener

IProgressListener


Interface describes progress listener.

You can find more information in comments below. Overrided methods can be found in corresponding base class or interface.

class IProgressListener
{
public:
    virtual void NotifyOnProgress(const ProgressStage stage, const Progress &progress, bool &abort) = 0; // Method called during execution progress. To stop the "abort" may be changed to false 
};
Namespace: nitisa::script
Include: Nitisa/Modules/Script/Interfaces/IProgressListener.h