IWarningCallback

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.

Methods

SignatureDescription
warning(warningInfo: WarningInfo)Called when a warning occurs.

See Also