NextApp Echo
1.1.4

nextapp.echo
Class ListBox.ListSelectionHandler

java.lang.Object
  extended bynextapp.echo.ListBox.ListSelectionHandler
All Implemented Interfaces:
java.util.EventListener, ListSelectionListener, java.io.Serializable
Enclosing class:
ListBox

private class ListBox.ListSelectionHandler
extends java.lang.Object
implements ListSelectionListener, java.io.Serializable

Local handler for list selection events.


Constructor Summary
private ListBox.ListSelectionHandler()
           
 
Method Summary
 void valueChanged(ListSelectionEvent e)
          Invoked when the a lists selection state changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBox.ListSelectionHandler

private ListBox.ListSelectionHandler()
Method Detail

valueChanged

public void valueChanged(ListSelectionEvent e)
Description copied from interface: ListSelectionListener
Invoked when the a lists selection state changes.

Specified by:
valueChanged in interface ListSelectionListener
Parameters:
e - An event describing the change.

NextApp Echo
1.1.4