Interface ListSelectionListener<V>

  • Type Parameters:
    V - The type of values selected.
    All Superinterfaces:
    java.util.EventListener, GuiseEventListener

    public interface ListSelectionListener<V>
    extends GuiseEventListener
    An object that listens for list selection modification events.
    Author:
    Garret Wilson
    • Method Detail

      • listSelectionChanged

        void listSelectionChanged​(ListSelectionEvent<V> selectionEvent)
        Called when a selection changes.
        Parameters:
        selectionEvent - The event indicating the source of the event and the selectionmodifications.