org.deduced
Interface PropertyListener<K,V>

Type Parameters:
K - the type of key in the triggered events
V - the type of value in the triggered events
All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DeducedControllerLayerExtensionImplementation, DirectPropertyCollectionController, DirectPropertyController, DynamicModelFactory.ModelDeleteListener, DynamicModelFactory.SchemaListener, FlyWheelDynamicPropertyController, FlyWheelPropertyCollectionControllerList, FlyWheelPropertyController, FlyWheelPropertyControllerList, KeyFilteredPropertyListener, RecursiveModelListener, RuleDeducedProperty, SchemaAnalyzerBuilder.SchemaListener, SingleListItemFilterImpl

public interface PropertyListener<K,V>
extends java.util.EventListener

Interface used to trigger property change events

Author:
Steve McDuff

Method Summary
 void propertyChanged(PropertyChangeEvent<? extends K,? extends V> event)
          called when a property is changed
 

Method Detail

propertyChanged

void propertyChanged(PropertyChangeEvent<? extends K,? extends V> event)
called when a property is changed

Parameters:
event - the event that was generated