public abstract class WarningCallback extends Object
Interface for user's callback mechanism support.
Modifier and Type | Class and Description |
---|---|
static class |
WarningCallback.ReturnAction |
Constructor and Description |
---|
WarningCallback() |
Modifier and Type | Method and Description |
---|---|
abstract WarningCallback.ReturnAction |
warning(WarningInfo warning)
The callback method for some program notifications.
|
public abstract WarningCallback.ReturnAction warning(WarningInfo warning)
warning
- the warning information for some happened warning