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

/openjdk7/jdk/src/share/classes/java/awt/
H A DEventDispatchThread.java70 private volatile boolean doDispatch = true; field in class:EventDispatchThread
85 doDispatch = false;
97 // 7189350: doDispatch is reset from stopDispatching(),
101 !doDispatch || isInterrupted()))
159 doDispatch = true;
160 while (doDispatch && !isInterrupted() && cond.evaluate()) {
248 doDispatch = false;
252 doDispatch = false; // AppContext.dispose() interrupts all

Completed in 30 milliseconds