public interface IWarningCallback
Interface for classes which receive warning
Modifier and Type | Method and Description |
---|---|
int |
warning(IWarningInfo warning)
Callback method which receives warning and decides whether operation should be aborted.
|
int warning(IWarningInfo warning)
Callback method which receives warning and decides whether operation should be aborted.
warning
- Warning to process.ReturnAction
.