Package java.util
Class Timer
java.lang.Object
java.util.Timer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
void
void
void
void
scheduleAtFixedRate
(TimerTask var0, long var1, long var2) void
scheduleAtFixedRate
(TimerTask var0, Date var1, long var2)
-
Constructor Details
-
Timer
public Timer() -
Timer
public Timer(boolean var0)
-
-
Method Details
-
cancel
public void cancel() -
schedule
-
schedule
-
schedule
-
schedule
-
scheduleAtFixedRate
-
scheduleAtFixedRate
-