Interface ISelectionChangedListener<T>

  • Type Parameters:
    T - - class of items data.
    All Known Implementing Classes:
    AbstractLightViewer, LightListViewer

    public interface ISelectionChangedListener<T>
    Instance of this class listens for selection change.
    • Method Detail

      • selectionChanged

        void selectionChanged​(Collection<? extends AbstractLightItem<T>> newSelection)
        Handles selection change.
        Parameters:
        newSelection - - new selection. Cannot be null.