public static class TimeTracker.TimeEvent extends Object
Constructor and Description |
---|
TimeEvent() |
Modifier and Type | Method and Description |
---|---|
void |
end(long newTime) |
String |
getLabel() |
long |
getLatestTime() |
int |
getNumber() |
String |
getPartOfTotalTime() |
long |
getStartTime() |
String |
getTimeLabel() |
long |
getTotalTime() |
boolean |
isInProgress() |
void |
setLabel(String label) |
void |
setNumber(int number) |
void |
setStartTime(long currentStartTime) |
void |
setTotalTime(long totalTime) |
public long getTotalTime()
public void setTotalTime(long totalTime)
public void end(long newTime)
public long getStartTime()
public void setStartTime(long currentStartTime)
public boolean isInProgress()
public long getLatestTime()
public int getNumber()
public void setNumber(int number)
public String getLabel()
public void setLabel(String label)
public String getTimeLabel()
public String getPartOfTotalTime()
Copyright © 2012-2018. All Rights Reserved.