public class ProcessStartEventArgs extends ProcessEventArgs
Provides data for Start event of signing, verification and search process
| Constructor and Description |
|---|
ProcessStartEventArgs() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getStarted()
Represents time mark of process start.
|
int |
getTotalSignatures()
Represents total quantity of signatures to be processed.
|
void |
setStarted(Date value)
Represents time mark of process start.
|
void |
setTotalSignatures(int value)
Represents total quantity of signatures to be processed.
|
getFilePath, getStatus, setFilePath, setStatuspublic final Date getStarted()
Represents time mark of process start.
public final int getTotalSignatures()
Represents total quantity of signatures to be processed.
public final void setStarted(Date value)
Represents time mark of process start.
public final void setTotalSignatures(int value)
Represents total quantity of signatures to be processed.
Copyright © 2024. All rights reserved.