Package org.teavm.classlib.java.util
Class TTimer
java.lang.Object
org.teavm.classlib.java.lang.TObject
org.teavm.classlib.java.util.TTimer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
schedule(TTimerTask task, long delay)
void
schedule(TTimerTask task, long delay, long period)
void
schedule(TTimerTask task, Date time)
void
schedule(TTimerTask task, Date time, long period)
void
scheduleAtFixedRate(TTimerTask task, long delay, long period)
void
scheduleAtFixedRate(TTimerTask task, Date time, long period)
-
Constructor Details
-
TTimer
public TTimer() -
TTimer
-
TTimer
public TTimer(boolean daemon) -
TTimer
-
-
Method Details
-
cancel
public void cancel() -
schedule
-
schedule
-
schedule
-
schedule
-
scheduleAtFixedRate
-
scheduleAtFixedRate
-