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

/openjdk7/jdk/src/share/classes/java/awt/
H A DEventQueue.java245 postEventPrivate(theEvent);
257 private final void postEventPrivate(AWTEvent theEvent) { method in class:EventQueue
263 nextQueue.postEventPrivate(theEvent);
866 newEventQueue.postEventPrivate(topQueue.getNextEventPrivate());
878 topQueue.postEventPrivate(new InvocationEvent(topQueue, dummyRunnable));
928 prevQueue.postEventPrivate(topQueue.getNextEventPrivate());
949 topQueue.postEventPrivate(new InvocationEvent(topQueue, dummyRunnable));

Completed in 32 milliseconds