Searched defs:timerTask (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DWaitDispatchSupport.java64 private TimerTask timerTask; field in class:WaitDispatchSupport
118 if (timerTask != null) {
119 timerTask.cancel();
120 timerTask = null;
196 timer.schedule(timerTask = new TimerTask() {

Completed in 2093 milliseconds