public interface ChooseDialogCallback
Modifier and Type | Method and Description |
---|---|
static ChooseDialogCallback |
composeWith(Runnable action,
ChooseDialogCallback chooseDialogCallback)
Convenience utility method which allows for fusing the callback with
other action that would be executed along with the callback's methods.
|
void |
onCancel() |
void |
onItemChosen(String actionName,
Object itemId) |
void onCancel()
static ChooseDialogCallback composeWith(Runnable action, ChooseDialogCallback chooseDialogCallback)
Such additional executable could be for instance resource clean-up operation.
Copyright © 2019 Magnolia International Ltd.. All rights reserved.