Searched refs:requestPrompt (Results 1 – 1 of 1) sorted by relevance
91 …private Object requestPrompt(String instructions, String hint, Object type) throws InterruptedExce… in requestPrompt() method in PromptHelper125 value = (String)this.requestPrompt(instructions, hint, String.class); in requestStringPrompt()140 value = (Boolean)this.requestPrompt(instructions, hint, Boolean.class); in requestBooleanPrompt()