public interface PromptYesNoHandler
Modifier and Type | Method and Description |
---|---|
void |
handleNo(ActionContext actionContext)
Handle option "No" being selected
|
void |
handleYes(ActionContext actionContext)
Handle option "Yes" being selected
|
void handleYes(ActionContext actionContext)
actionContext
- void handleNo(ActionContext actionContext)
actionContext
-