Interface ChooserCallback<T>
- All Known Subinterfaces:
ChooserDialogCallback<T>
public interface ChooserCallback<T>
- Author:
- Per-Erik
-
Method Summary
-
Method Details
-
done
Called when a chooser is done choosing, with valid chosen values and the user accepted the new values. The list may be empty but not null.- Parameters:
chosenValue
- The chosen values.
-