org.openoffice.ide.eclipse.core.preferences
Interface IConfigListener

All Known Implementing Classes:
NewUnoProjectPage

public interface IConfigListener

Interface describing a OOo or SDK configuration listener.

Author:
cedricbosdo

Method Summary
 void ConfigAdded(java.lang.Object pElement)
          Method fired when a config element has been added to the container.
 void ConfigRemoved(java.lang.Object pElement)
          Method fired when a config element has been removed from the container.
 void ConfigUpdated(java.lang.Object pElement)
          Method fired when a config element has been updated in the container.
 

Method Detail

ConfigAdded

void ConfigAdded(java.lang.Object pElement)
Method fired when a config element has been added to the container.

Parameters:
pElement - added sdk or ooo

ConfigRemoved

void ConfigRemoved(java.lang.Object pElement)
Method fired when a config element has been removed from the container.

Parameters:
pElement - removed sdk or ooo. null if the container has been cleared

ConfigUpdated

void ConfigUpdated(java.lang.Object pElement)
Method fired when a config element has been updated in the container.

Parameters:
pElement - new value of the sdk or ooo