IWarningCallback
public interface IWarningCallback
Interface for classes which receive warning
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
warning | IWarningInfo | Warning to process. |
Returns: int - Abortion decision ReturnAction.