Interface IFilterRowComboUpdateListener

  • All Known Implementing Classes:
    ComboBoxFilterRowHeaderComposite

    public interface IFilterRowComboUpdateListener
    Interface for listeners that listen to updates to the value cache of the FilterRowComboBoxDataProvider.
    • Method Detail

      • handleEvent

        void handleEvent​(FilterRowComboUpdateEvent event)
        Handles the update of the value cache of the FilterRowComboBoxDataProvider
        Parameters:
        event - The FilterRowComboUpdateEvent that should be handled