public class ProcessCompleteEventArgs extends ProcessEventArgs
Provides data for Singing or Verification process Complete event.
Constructor and Description |
---|
ProcessCompleteEventArgs() |
Modifier and Type | Method and Description |
---|---|
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 Date getCompleted()
Represents time mark of process completion.
public long getTicks()
Represents time in milliseconds spent since process Start event.
public int getTotalSignatures()
Represents total quantity of processed signatures.
public void setCompleted(Date value)
Represents time mark of process completion.
public void setTicks(long value)
Represents time in milliseconds spent since process Start event.
public void setTotalSignatures(int value)
Represents total quantity of processed signatures.
Copyright © 2018. All rights reserved.