public class ProcessCompleteEventArgs extends ProcessEventArgs
Provides data on complete event of signing, verification and search processes.
Modifier and Type | Method and Description |
---|---|
boolean |
getCanceled()
Indicates whether process was canceled.
|
Date |
getCompleted()
Represents time mark of process completion.
|
long |
getTicks()
Represents time in milliseconds spent since process Start event.
|
int |
getTotalSignatures()
Represents total quantity of processed signatures.
|
void |
setCompleted(Date value)
Represents time mark of process completion.
|
void |
setTicks(long value)
Represents time in milliseconds spent since process Start event.
|
void |
setTotalSignatures(int value)
Represents total quantity of processed signatures.
|
getFilePath, getStatus, setFilePath, setStatus
public final boolean getCanceled()
Indicates whether process was canceled.
public final Date getCompleted()
Represents time mark of process completion.
public final long getTicks()
Represents time in milliseconds spent since process Start event.
public final int getTotalSignatures()
Represents total quantity of processed signatures.
public final void setCompleted(Date value)
Represents time mark of process completion.
public final void setTicks(long value)
Represents time in milliseconds spent since process Start event.
public final void setTotalSignatures(int value)
Represents total quantity of processed signatures.