IProgressNotificationCallback

public interface IProgressNotificationCallback

Represents a callback for receiving notifications during long-running project operations.

Methods

MethodDescription
notify(ProgressNotificationArgs args)Called during long-running project operations to provide progress information.

notify(ProgressNotificationArgs args)

public abstract void notify(ProgressNotificationArgs args)

Called during long-running project operations to provide progress information.

Parameters:

ParameterTypeDescription
argsProgressNotificationArgsprogress information for the current operation.