com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class WarningCallback



  • public abstract class WarningCallback
    extends Object

    Interface for user's callback mechanism support.

    • Constructor Detail

      • WarningCallback

        public WarningCallback()
    • Method Detail

      • warning

        public abstract WarningCallback.ReturnAction warning(WarningInfo warning)
        The callback method for some program notifications.
        Parameters:
        warning - the warning information for some happened warning
        Returns:
        the result of further program workflow