IFieldUpdatingProgressCallback

public interface IFieldUpdatingProgressCallback

Implement this interface if you want to track field updating progress.

Methods

MethodDescription
notify(FieldUpdatingProgressArgs args)A user defined method that is called when updating progress is changed.

notify(FieldUpdatingProgressArgs args)

public abstract void notify(FieldUpdatingProgressArgs args)

A user defined method that is called when updating progress is changed.

Parameters:

ParameterTypeDescription
argsFieldUpdatingProgressArgs