public class TaskExecutionCompletedEvent extends AbstractNotificationEvent
| Constructor and Description |
|---|
TaskExecutionCompletedEvent(long executionTime,
NotifiableTaskMetadata taskMetadata)
Creates an instance specifying the execution time, the number of millis from the task to complete.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getExecutionTime() |
String |
toString() |
getEventTimestamp, getNotifiableTaskMetadatapublic TaskExecutionCompletedEvent(long executionTime,
NotifiableTaskMetadata taskMetadata)
executionTime - taskMetadata - public long getExecutionTime()
public String toString()
toString in class AbstractNotificationEventCopyright © 2015. All Rights Reserved.