Interface SortEvent.SortNotifier<T extends Component,​S extends SortOrder<?>>

    • Method Detail

      • addSortListener

        Registration addSortListener​(ComponentEventListener<SortEvent<T,​S>> listener)
        Adds a sort order change listener that gets notified when the sort order changes.
        Parameters:
        listener - the sort order change listener to add
        Returns:
        a registration object for removing the listener