< prev index next >

src/java.desktop/share/classes/java/awt/EventQueue.java

Print this page

        

*** 281,291 **** * {@code coalesceEvents} method will be called. * * @param theEvent an instance of {@code java.awt.AWTEvent}, * or a subclass of it */ ! private final void postEventPrivate(AWTEvent theEvent) { theEvent.isPosted = true; pushPopLock.lock(); try { if (nextQueue != null) { // Forward the event to the top of EventQueue stack --- 281,291 ---- * {@code coalesceEvents} method will be called. * * @param theEvent an instance of {@code java.awt.AWTEvent}, * or a subclass of it */ ! private void postEventPrivate(AWTEvent theEvent) { theEvent.isPosted = true; pushPopLock.lock(); try { if (nextQueue != null) { // Forward the event to the top of EventQueue stack
< prev index next >