|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
org.almendra.commons.timer.TimerTask
public class TimerTask
Field Summary | |
---|---|
protected IExecutable |
executable
|
protected java.lang.Object |
parameter
|
Constructor Summary | |
---|---|
protected |
TimerTask()
Creates a new TimerTask object. |
|
TimerTask(IExecutable executable)
Creates a new TimerTask object. |
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IExecutable executable
protected java.lang.Object parameter
Constructor Detail |
---|
protected TimerTask()
TimerTask
object.
public TimerTask(IExecutable executable)
TimerTask
object.
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |