Lines Matching defs:postEvent
465 * to avoid possibly calling client code (EventQueueSubclass.postEvent())
470 public static void postEvent(AppContext appContext, AWTEvent event) {
496 postEventQueue.postEvent(event);
510 postEvent(targetToAppContext(e.getSource()), pe);
588 postEvent(targetToAppContext(peerEvent.getSource()), peerEvent);
602 postEvent(appContext,
1573 postEvent(AppContext.getAppContext(),
2021 * events to this queue, which then calls EventQueue.postEvent().
2023 * We do this because EventQueue.postEvent() may be overridden by client
2048 * of EventQueue.postEvent() that uses pushPopLock, otherwise it could
2060 eventQueue.postEvent(tempQueue.event);
2072 void postEvent(AWTEvent event) {