mx4j.timer
public abstract class TimerTask extends TimeTask
Version: $Revision: 1.8 $
Constructor Summary | |
---|---|
TimerTask(TimerNotification n, Date date, long period, long occurrences, boolean fixedRate) |
Method Summary | |
---|---|
boolean | equals(Object obj) |
long | getDate() |
boolean | getFixedRate() |
long | getNextExecutionTime() |
TimerNotification | getNotification() |
long | getOccurrences() |
long | getPeriod() |
int | hashCode() |
boolean | isFinished() |
boolean | isPeriodic() |
void | setFinished(boolean value) |
void | setNextExecutionTime(long time) |