public class ProcessProgressEventArgs extends ProcessEventArgs
Provides data for Singing or Verification Progress event.
Constructor and Description |
---|
ProcessProgressEventArgs() |
Modifier and Type | Method and Description |
---|---|
int |
getProcessedSignatures()
Represents quantity of processed signatures.
|
int |
getProgress()
Represents progress in percents.
|
long |
getTicks()
Represents time spent in milliseconds since process Start event.
|
void |
setProcessedSignatures(int value)
Represents quantity of processed signatures.
|
void |
setProgress(int value)
Represents progress in percents.
|
void |
setTicks(long value)
Represents time spent in milliseconds since process Start event.
|
getGuid, getStatus, setGuid, setStatus
public int getProcessedSignatures()
Represents quantity of processed signatures.
public int getProgress()
Represents progress in percents. Value range is from 0 to 100.
public long getTicks()
Represents time spent in milliseconds since process Start event.
public void setProcessedSignatures(int value)
Represents quantity of processed signatures.
public void setProgress(int value)
Represents progress in percents. Value range is from 0 to 100.
public void setTicks(long value)
Represents time spent in milliseconds since process Start event.
Copyright © 2018. All rights reserved.