public class ProcessCompleteEventArgs extends ProcessEventArgs
Provides data for Singing or Verification process Complete event.
Modifier and Type | Method and Description |
---|---|
boolean |
getCanceled()
Represents flag if 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.
|
getGuid, getStatus, setGuid, setStatus
public final boolean getCanceled()
Represents flag if 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.
Copyright © 2019. All rights reserved.