g-Eclipse
Release 1.0.0

eu.geclipse.ui.providers
Interface IConfigurationListener


public interface IConfigurationListener

Interface for listeners that want to listen to changes of ConfigurableContentProviders.


Method Summary
 void configurationChanged(ConfigurableContentProvider source)
          Called whenever the mode of the ConfigurableContentProvider changes.
 

Method Detail

configurationChanged

void configurationChanged(ConfigurableContentProvider source)
Called whenever the mode of the ConfigurableContentProvider changes.

Parameters:
source - The ConfigurableContentProvider where the change occurred.

g-Eclipse
Release 1.0.0