com.cosylab.vdct.vdb
Interface MonitoredPropertyListener

All Known Implementing Classes:
Template, VDBTemplate

public interface MonitoredPropertyListener


Method Summary
 void addProperty()
           
 void propertyChanged(InspectableProperty property)
           
 void removeProperty(InspectableProperty property)
           
 void renameProperty(InspectableProperty property)
           
 

Method Detail

addProperty

void addProperty()

removeProperty

void removeProperty(InspectableProperty property)

propertyChanged

void propertyChanged(InspectableProperty property)

renameProperty

void renameProperty(InspectableProperty property)