Home
last modified time | relevance | path

Searched refs:keyWaiter (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/qa/integration/extensions/
H A DConsoleWait.java97 WaitForEnter keyWaiter = new WaitForEnter( this ); in waitForUserInput() local
98 keyWaiter.start(); in waitForUserInput()
102 boolean bKeyPressed = keyWaiter.isDone(); in waitForUserInput()
104 keyWaiter.interrupt(); in waitForUserInput()
H A DObjectInspector.java102 ConsoleWait keyWaiter = new ConsoleWait( inspector ); in interactiveObjectInspector() local
103 keyWaiter.waitForUserInput(); in interactiveObjectInspector()