com.togethersoft.openapi.util.propertyMap
Interface PropertyMapListener

All Known Implementing Classes:
PropertyMapAdapter

public interface PropertyMapListener
extends EventListener

A listener of a property. When a "PropertyMapEvent" event gets fired, its dispatch methods calls up the propertiesChanged method.

Author:
TogetherSoft
See Also: PropertyMapEvent.dispatch(java.util.EventListener)

Method Summary
 voidpropertiesChanged(PropertyMapEvent event)
           Performs certain action when a property is changed.

Method Detail

propertiesChanged

public void propertiesChanged(PropertyMapEvent event)
Performs certain action when a property is changed.
Parameters:
a - fired PropertyMapEvent event