public interface UserInputCallback
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2015 WSO2 Inc. All Rights Reserved.