| |
|
| java.lang.Object com.jgoodies.binding.tests.event.ListSelectionReport
ListSelectionReport | final public class ListSelectionReport implements ListSelectionListener(Code) | | A ListDataListener that stores the received ListDataEvents.
author: Karsten Lentzsch version: $Revision: 1.8 $ |
equals | public boolean equals(Object o)(Code) | | Compares this report's event list with the event list
of the given object and ignores the source of the contained
ListDataEvents that may differ.
Parameters: o - the object to compare with true if equal, false if not See Also: java.util.AbstractList.equals(Object) |
eventCount | public int eventCount()(Code) | | |
hasEvents | public boolean hasEvents()(Code) | | |
hashCode | public int hashCode()(Code) | | Poor but valid implementation. Won't be used.
this report's hash code |
valueChanged | public void valueChanged(ListSelectionEvent evt)(Code) | | Called whenever the value of the selection changes.
Parameters: evt - the event that characterizes the change. |
|
|
|