public class DialogAdapter extends Object implements DialogResponder
Constructor and Description |
---|
DialogAdapter() |
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.
|
public boolean getConfirmation(String confirmationPrompt)
getConfirmation
in interface DialogResponder
public String getUserResponse(String prompt, String defaultResponse)
getUserResponse
in interface DialogResponder
Copyright © 2012. All Rights Reserved.