org.eclipse.datatools.connectivity
Interface IPropertySetListener

All Known Implementing Classes:
ProfileSelectionDialogPage

public interface IPropertySetListener

This interface is used to listen for property changes occurring on a connection profile.

Author:
rcernich Created on Jun 1, 2006

Method Summary
 void propertySetChanged(IPropertySetChangeEvent event)
          Indicates one or more properties have been changed on the connection profile.
 

Method Detail

propertySetChanged

void propertySetChanged(IPropertySetChangeEvent event)
Indicates one or more properties have been changed on the connection profile.

Parameters:
event - the change details