IWarningCallback
Overview
IWarningCallback is a interface in Aspose.Cells FOSS for Java.
Provides a callback mechanism for reporting warnings during workbook operations.
This interface provides 1 method for working with IWarningCallback objects in Java programs.
Available methods include: warning.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Description
IWarningCallback is an interface in Aspose.Cells FOSS for Java that defines a contract with 1 method. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: Called when a warning occurs. These operations enable developers to integrate iwarningcallback functionality directly into Java applications.
Methods
| Signature | Description |
|---|---|
warning(warningInfo: WarningInfo) | Called when a warning occurs. |