Interface DialogActionCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback for a dialog action.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(DialogResponseView response, Audience audience) Handles a dialog action.
-
Method Details
-
accept
Handles a dialog action.- Parameters:
response
- the response to the actionaudience
- the audience to send the response to
-