de.cau.cs.kieler.kvid.datadistributor
Interface IPropertyListener

All Known Implementing Classes:
PropertiesView

public interface IPropertyListener

Listener interface for participants who are interested in Property changes. Either the value of a Property might have changed, or the known Propertys have changed.

Rating red

Method Summary
 void triggerPropertyChanged(Property changedProperty)
          Method that is called when the value of a certain Property changes.
 void triggerPropertyListChanged()
          Method that is called when a Property is added or removed.
 

Method Detail

triggerPropertyChanged

void triggerPropertyChanged(Property changedProperty)
Method that is called when the value of a certain Property changes.

Parameters:
changedProperty - The Property which value was changed

triggerPropertyListChanged

void triggerPropertyListChanged()
Method that is called when a Property is added or removed.