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

/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DUtil.java478 boolean printEvent; field in class:Util.EventListener
480 public void listen(Component comp, boolean printEvent) { argument
482 this.printEvent = printEvent;
494 if (printEvent) {
545 private static boolean trackEvent(int eventID, Component comp, Runnable action, int time, boolean printEvent) { argument
560 listener.listen(comp, printEvent);
570 * @param printEvent should the event received be printed or doesn't
573 public static boolean trackWindowGainedFocus(Window window, Runnable action, int time, boolean printEvent) { argument
574 return trackEvent(WindowEvent.WINDOW_GAINED_FOCUS, window, action, time, printEvent);
581 trackFocusGained(Component comp, Runnable action, int time, boolean printEvent) argument
589 trackActionPerformed(Button button, Runnable action, int time, boolean printEvent) argument
600 focusComponent(final Component comp, int time, boolean printEvent) argument
[all...]

Completed in 262 milliseconds