WarningCallback
Inheritance: java.lang.Object
public abstract class WarningCallback
Interface for user’s callback mechanism support.
Constructors
| Constructor | Description |
|---|---|
| WarningCallback() |
Methods
| Method | Description |
|---|---|
| warning(WarningInfo warning) | The callback method for some program notifications. |
WarningCallback()
public WarningCallback()
warning(WarningInfo warning)
public abstract WarningCallback.ReturnAction warning(WarningInfo warning)
The callback method for some program notifications.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| warning | WarningInfo | the warning information for some happened warning |
Returns: ReturnAction - the result of further program workflow