public interface DialogResponder
Modifier and Type | Method and Description |
---|---|
boolean |
getConfirmation(String confirmationPrompt)
Invoked when the user agent needs to display a confirmation dialog.
|
String |
getUserResponse(String prompt,
String defaultResponse)
Invoked when the user agent needs to display a generic dialog and obtain a user response.
|
boolean getConfirmation(String confirmationPrompt)
Copyright © 2012. All Rights Reserved.