nextapp.echo.event
Class ListSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by nextapp.echo.event.ListSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class ListSelectionEvent
extends java.util.EventObject

An event indicating that the selection state of a ListBox has changed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ListSelectionEvent(java.lang.Object source)
          Creates a ListSelectionEvent
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListSelectionEvent

public ListSelectionEvent(java.lang.Object source)
Creates a ListSelectionEvent

Parameters:
source - The select list that generated the event.