ProcessCompleteEventArgs
Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs, com.groupdocs.signature.handler.events.ProcessEventArgs
public class ProcessCompleteEventArgs extends ProcessEventArgs
Provides data on complete event of signing, verification and search processes.
Methods
Method | Description |
---|---|
getCompleted() | Represents time mark of process completion. |
setCompleted(Date value) | Represents time mark of process completion. |
getTicks() | Represents time in milliseconds spent since process Start event. |
setTicks(long value) | Represents time in milliseconds spent since process Start event. |
getTotalSignatures() | Represents total quantity of processed signatures. |
setTotalSignatures(int value) | Represents total quantity of processed signatures. |
getCanceled() | Indicates whether process was canceled. |
getCompleted()
public final Date getCompleted()
Represents time mark of process completion.
Returns: java.util.Date
setCompleted(Date value)
public final void setCompleted(Date value)
Represents time mark of process completion.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
getTicks()
public final long getTicks()
Represents time in milliseconds spent since process Start event.
Returns: long
setTicks(long value)
public final void setTicks(long value)
Represents time in milliseconds spent since process Start event.
Parameters:
Parameter | Type | Description |
---|---|---|
value | long |
getTotalSignatures()
public final int getTotalSignatures()
Represents total quantity of processed signatures.
Returns: int
setTotalSignatures(int value)
public final void setTotalSignatures(int value)
Represents total quantity of processed signatures.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getCanceled()
public final boolean getCanceled()
Indicates whether process was canceled.
Returns: boolean