pl.edu.agh.cast.data.model.property
Interface IPropertyChangeProvider

All Known Subinterfaces:
IDiagram, IDiagramSettings, IObservablePersistenceProvider, IPresentationDataSet<T>, IPresentationElement<T>, ISchemaConnection, ISchemaDataSet, ISchemaElement<T>, ISchemaNode, IVisualDataSet<T,M>, IVisualElement<M>, IVisualSchemaConnection, IVisualSchemaDataSet, IVisualSchemaElement<T>, IVisualSchemaNode
All Known Implementing Classes:
Attribute, AttributeManager, CastApplication, ConnectionGroup, ConnectionGroupAttributeManager, Diagram, DiagramAttributeManager, DiagramSettings, Legend, Legend, LegendAttributeManager, ModelElement, Node, NodeAttributeManager, ObservablePersistenceProvider, PresentationDataSet, PresentationElement, PropertyChangeProviderHelper, SchemaConnection, SchemaDataSet, SchemaNode, TransparentPersistenceProvider, VisualDataSet, VisualElement, VisualSchemaConnection, VisualSchemaDataSet, VisualSchemaNode

public interface IPropertyChangeProvider

This is an interface that defines methods for adding and removing property change listeners.

Author:
AGH CAST Team

Method Summary
 void addPropertyChangeListener(PropertyChangeListener l)
          Add a property change listener to the object.
 void removePropertyChangeListener(PropertyChangeListener l)
          Remove a property change listener to the object.
 

Method Detail

addPropertyChangeListener

void addPropertyChangeListener(PropertyChangeListener l)
Add a property change listener to the object.

Parameters:
l - property change listener

removePropertyChangeListener

void removePropertyChangeListener(PropertyChangeListener l)
Remove a property change listener to the object.

Parameters:
l - property change listener


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.