Interface SelectionListener<T extends UIComponent>

Type Parameters:
T - our expected component type.

public interface SelectionListener<T extends UIComponent>
A listener for component selection changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    selectionChanged(T component, Object newValue)
     
  • Method Details

    • selectionChanged

      void selectionChanged(T component, Object newValue)
      Parameters:
      component - the component that changed.
      newValue - our new selection value.