Interface SelectionSupport.Handler<T>

    • Method Detail

      • selectionChange

        void selectionChange​(@NullAllowed
                             T oldValue,
                             @NullAllowed
                             T newValue)
        Called if a selection changed.
        Parameters:
        oldValue - The old selection, or null if no such exists
        newValue - The new selection, or null if no such exists