IWarningCallback

public interface IWarningCallback

Interface for classes which receive warning

Methods

MethodDescription
warning(IWarningInfo warning)Callback method which receives warning and decides whether operation should be aborted.

warning(IWarningInfo warning)

public abstract int warning(IWarningInfo warning)

Callback method which receives warning and decides whether operation should be aborted.

Parameters:

ParameterTypeDescription
warningIWarningInfoWarning to process.

Returns: int - Abortion decision ReturnAction.