ProcessStartEventArgs

Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs, com.groupdocs.signature.handler.events.ProcessEventArgs

public class ProcessStartEventArgs extends ProcessEventArgs

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

Constructors

Constructor Description
ProcessStartEventArgs()

Methods

Method Description
getStarted() Represents time mark of process start.
setStarted(Date value) Represents time mark of process start.
getTotalSignatures() Represents total quantity of signatures to be processed.
setTotalSignatures(int value) Represents total quantity of signatures to be processed.

ProcessStartEventArgs()

public ProcessStartEventArgs()

getStarted()

public final Date getStarted()

Represents time mark of process start.

Returns: java.util.Date

setStarted(Date value)

public final void setStarted(Date value)

Represents time mark of process start.

Parameters:

Parameter Type Description
value java.util.Date

getTotalSignatures()

public final int getTotalSignatures()

Represents total quantity of signatures to be processed.

Returns: int

setTotalSignatures(int value)

public final void setTotalSignatures(int value)

Represents total quantity of signatures to be processed.

Parameters:

Parameter Type Description
value int