public class TaskUpdatedEvent extends Object implements HistoryEvent
| 构造器和说明 |
|---|
TaskUpdatedEvent(TaskID id,
long finishTime)
Create an event to record task updates
|
public TaskUpdatedEvent(TaskID id, long finishTime)
id - Id of the taskfinishTime - Finish time of the taskpublic TaskID getTaskId()
public long getFinishTime()
public EventType getEventType()
getEventType 在接口中 HistoryEventCopyright © 2009 The Apache Software Foundation