public interface QuestionHandler<D>
| Modifier and Type | Method and Description |
|---|---|
<T> T |
askQuestion(Inquisitive<D,?> asker) |
<T> T |
handleResponse(Inquisitive<D,?> asker) |
<T> T handleResponse(Inquisitive<D,?> asker) throws Exception
Exception<T> T askQuestion(Inquisitive<D,?> asker) throws Exception
ExceptionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.