com.tensegrity.composite.event
Interface CompositeTableModelListener

All Superinterfaces:
EventListenerTag
All Known Implementing Classes:
CompositeTableModelMultiplexer

public interface CompositeTableModelListener
extends EventListenerTag

This is the listener interface for receiving CompositeTableModel and CompositeTableModelComposite events. All registered listeners are informed whenever a change in the table model occurs. For example, an event of this listener type is received whenever columns and rows are added and removed.

The class that is interested in this event type implements this interface and its objects must be registered via method addTableModelListener().

Version:
$Id: CompositeTableModelListener.java,v 1.10 2005/08/22 12:30:24 BurkhardWick Exp $
Author:
Andreas Ebbert
See Also:
CompositeTableModel, CompositeTableModelEvent, CompositeTableModelCompositeEvent

Method Summary
 void tableModelChanged(CompositeTableModelEvent event)
          Invoked whenever a change on the properties of the model occurs.
 

Method Detail

tableModelChanged

public void tableModelChanged(CompositeTableModelEvent event)
Invoked whenever a change on the properties of the model occurs. At the time of writing this two changes are distinguished and used: The type can be retrieved by calling the method CompositeTableSelectionEvent.getType() on the delivered CompositeTableModelEvent.

Parameters:
event - the fired CompositeTableModelEvent.
See Also:
CompositeTableModelEvent

Find more information in the class documentation



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