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