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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInvocationEvent.java83 * @see #isDispatched
91 * @see #isDispatched
235 * @see #isDispatched
307 * while (!event.isDispatched()) {
312 * the {@code isDispatched()} method returns {@code false}, and
329 public boolean isDispatched() { method in class:InvocationEvent

Completed in 38 milliseconds