com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ProgressEventHandlerInfo



  • public class ProgressEventHandlerInfo
    extends Object

    This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user.

    • Constructor Detail

      • ProgressEventHandlerInfo

        public ProgressEventHandlerInfo()
    • Method Detail

      • getEventType

        public final int getEventType()

        Type of progress event that occured.

      • setEventType

        public final void setEventType(int value)

        Type of progress event that occured.

      • getTotalMimePartCount

        public final int getTotalMimePartCount()

        Total amount of mime parts.

      • setTotalMimePartCount

        public final void setTotalMimePartCount(int value)

        Total amount of mime parts.

      • getSavedMimePartCount

        public final int getSavedMimePartCount()

        Amount of mime parts that were saved.

      • setSavedMimePartCount

        public final void setSavedMimePartCount(int value)

        Amount of mime parts that were saved.