com.tensegrity.generic.attribute.event
Interface AttributableOnSetListener

All Superinterfaces:
EventListenerTag
All Known Subinterfaces:
EventMediator, EventMediatorListener, ModifiedVisualGraphListener, TemplateDocument
All Known Implementing Classes:
AttributableOnSetEventMultiplexer, AttributeTreeModel, CopyOfSwtAttributeTable, EventMediatorAdapter, GraphLayoutDialog, ModifiedVisualGraphAdapter, SwingAttributeTable, SwingTemplateDocument, SwtAttributeTreeModel, TemplateRepositoryItem, TreeOutliner

public interface AttributableOnSetListener
extends EventListenerTag

The listener interface for receiving events that are fired by object implementing the AttributableOnSet interface.

Version:
$Id: DocumentListener.java,v 1.5 2003/02/28 17:24:39 sr Exp $
Author:
Stepan Rutz

Method Summary
 void attributesChanged(AttributableOnSetEvent attributableOnSetEvent)
          Invoked when an attribute in an AttributableOnSet object has changed.
 

Method Detail

attributesChanged

public void attributesChanged(AttributableOnSetEvent attributableOnSetEvent)
Invoked when an attribute in an AttributableOnSet object has changed.

Parameters:
attributableOnSetEvent - the event carrying information.


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