Interface SingleSelectionListener<T>

    • Field Detail

      • SELECTION_CHANGE_METHOD

        @Deprecated
        static final Method SELECTION_CHANGE_METHOD
        Deprecated.
        For internal use only. Might be removed in the future.
    • Method Detail

      • selectionChange

        void selectionChange​(SingleSelectionEvent<T> event)
        Invoked when selection has been changed by the user or programmatically.
        Parameters:
        event - the selection event