com.guiseframework.event
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 Summary
 void listSelectionChanged(ListSelectionEvent<V> selectionEvent)
          Called when a selection changes.
 

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.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.