com.tensegrity.composite.event
Interface CompositeTableSelectionListener

All Superinterfaces:
EventListenerTag
All Known Implementing Classes:
CompositeTableSelectionMultiplexer

public interface CompositeTableSelectionListener
extends EventListenerTag

All registered CompositeTableSelectionListener objects will be informed whenever a CompositeTableSelectionEvent occurs, which indicates that the selection state of a CompositeTable has changed.

To get notified about changes to selected elements (cells, columns, rows, inlying objects) of a CompositeTable, you must register an instance of type CompositeTableSelectionListener with the CompositeTable.

Event types are enabled by the setter methods of CompositeTable. By default all selection types are enabled.

Version:
$Id: CompositeTableSelectionListener.java,v 1.8 2005/01/24 15:53:51 AndreasEbbert Exp $
Author:
Andreas Ebbert

Method Summary
 void tableSelectionChanged(CompositeTableSelectionEvent event)
          Called on all registered listeners whenever a CompositeTableSelectionEvent occurs on the CompositeTable.
 

Method Detail

tableSelectionChanged

public void tableSelectionChanged(CompositeTableSelectionEvent event)
Called on all registered listeners whenever a CompositeTableSelectionEvent occurs on the CompositeTable.

Parameters:
event - the CompositeTableSelectionEvent that occurred.

Find more information in the class documentation



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.