OnSelectionChangedListener

public abstract class OnSelectionChangedListener<S>


Listener that provides selection.

Summary

Public constructors

Public methods

void
abstract void
onSelectionChanged(S selection)

Called with the current selection.

Public constructors

OnSelectionChangedListener

public OnSelectionChangedListener()

Public methods

onIncompleteSelectionChanged

public void onIncompleteSelectionChanged()

onSelectionChanged

public abstract void onSelectionChanged(S selection)

Called with the current selection.