|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserInputCallback
This is a representation designed to implement a callback that is capable of providing a option for a user to make a selection and return the choice that the user made.
Method Summary | |
---|---|
void |
displayMessage(Message message)
Method to display a message to a user. |
boolean |
getConfirmation(Message question,
String confirmationContext)
Method to obtain a confirmation from a user. |
Method Detail |
---|
boolean getConfirmation(Message question, String confirmationContext)
question
- the question asked from the user.confirmationContext
- the context used.
void displayMessage(Message message)
message
- the message to display.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |