NextApp Echo
1.1.4

nextapp.echo.event
Class ListSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynextapp.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
 
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.

NextApp Echo
1.1.4