Interface SelectionListener<O>

  • Type Parameters:
    O - The expected type of the selected object.

    public interface SelectionListener<O>
    Implementors of this interface listen for selection events on lists, views and explorers
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Method Detail

      • selectionCompleted

        void selectionCompleted​(Object source,
                                O... selectedObjects)
        Callback method invoked when the selection event occurs.
        Parameters:
        source - The component that caused the event.
        selectedObjects - The objects in the selection event. It might be 0 if the user clear the selection.