commonj.connector.metadata.discovery.properties
Interface PropertyChangeListener

All Superinterfaces:
EventListener

public interface PropertyChangeListener
extends EventListener

The event listener interface that accepts PropertyEvent events.

Since:
1.0

Method Summary
 void propertyChange(PropertyEvent evt)
          This method gets called when a PropertyDescriptor is changed.
 

Method Detail

propertyChange

void propertyChange(PropertyEvent evt)
This method gets called when a PropertyDescriptor is changed.

Parameters:
evt - A PropertyEvent object describing the event source and the property that has changed. The event must not be null.
See Also:
PropertyDescriptor