net.nexttext.property
Interface PropertyChangeListener

All Known Implementing Classes:
PVectorListProperty

public interface PropertyChangeListener

Listeners implemeting this interface can be notified when a property changes and receive a reference to that property.


Method Summary
 void propertyChanged(Property propertyThatChanged)
           
 

Method Detail

propertyChanged

void propertyChanged(Property propertyThatChanged)