public static interface TrackSelector.EventListener<T>
TrackSelector
events.Modifier and Type | Method and Description |
---|---|
void |
onTrackSelectionsChanged(TrackSelections<? extends T> trackSelections)
Called when the track selections have changed.
|
void onTrackSelectionsChanged(TrackSelections<? extends T> trackSelections)
trackSelections
- The new track selections.