onSelect abstract method

void onSelect(
  1. S2Choice<T> choice
)

Called when selection has made

Implementation

void onSelect(S2Choice<T> choice);