Home
last modified time | relevance | path

Searched refs:timerTask (Results 1 – 1 of 1) sorted by relevance

/AOO42X/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java122 private TimerTask timerTask = null; field in UnoApp
129 timerTask = new TimerTask() { in close()
135 timer.schedule(timerTask, 1000 * 2); in close()
143 timerTask.cancel(); in close()
144 timerTask = null; in close()