com.groupdocs.signature.handler.events

Class ProcessStartEventArgs



  • public class ProcessStartEventArgs
    extends ProcessEventArgs

    Provides data for Start event of signing, verification and search process

    • Constructor Detail

      • ProcessStartEventArgs

        public ProcessStartEventArgs()
    • Method Detail

      • getStarted

        public final Date getStarted()

        Represents time mark of process start.

      • getTotalSignatures

        public final int getTotalSignatures()

        Represents total quantity of signatures to be processed.

      • setStarted

        public final void setStarted(Date value)

        Represents time mark of process start.

      • setTotalSignatures

        public final void setTotalSignatures(int value)

        Represents total quantity of signatures to be processed.