ProcessStartEventArgs
Leave feedback
On this page
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
| Constructor | Description |
|---|---|
| ProcessStartEventArgs() |
| 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. |
public ProcessStartEventArgs()
public final Date getStarted()
Represents time mark of process start.
Returns: java.util.Date
public final void setStarted(Date value)
Represents time mark of process start.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date |
public final int getTotalSignatures()
Represents total quantity of signatures to be processed.
Returns: int
public final void setTotalSignatures(int value)
Represents total quantity of signatures to be processed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.