public class ProcessStartEventArgs extends ProcessEventArgs
Provides data for Singing or Verification process start event.
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.
|
getGuid, getStatus, setGuid, setStatus
public Date getStarted()
Represents time mark of process start.
public int getTotalSignatures()
Represents total quantity of signatures to be processed.
public void setStarted(Date value)
Represents time mark of process start.
public void setTotalSignatures(int value)
Represents total quantity of signatures to be processed.
Copyright © 2018. All rights reserved.