Class Timer
java.lang.Object
java.util.Timer
public class Timer
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()voidvoidvoidvoidvoidscheduleAtFixedRate(TimerTask task, long delay, long period) voidscheduleAtFixedRate(TimerTask task, Date firstTime, long period) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Timer
public Timer()
-
-
Method Details
-
cancel
public void cancel() -
schedule
-
schedule
-
schedule
-
schedule
-
scheduleAtFixedRate
-
scheduleAtFixedRate
-