org.databene.gui.swing.table.item
Class ItemSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.databene.gui.swing.table.item.ItemSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class ItemSelectionEvent
extends java.util.EventObject

Created: 23.03.2006 20:51:47

Since:
0.1.6
Author:
Volker Bergmann
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ItemSelectionEvent(java.lang.Object source, java.util.List<?> selectedItems)
           
 
Method Summary
 java.util.List<?> getSelectedItems()
           
 
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

ItemSelectionEvent

public ItemSelectionEvent(java.lang.Object source,
                          java.util.List<?> selectedItems)
Method Detail

getSelectedItems

public java.util.List<?> getSelectedItems()


Copyright © 2010. All Rights Reserved.