org.eclipse.corona.container.project.ui.preferences
Class PreferencesConfigurationChangeListener

java.lang.Object
  extended by org.eclipse.corona.container.project.ui.preferences.PreferencesConfigurationChangeListener
All Implemented Interfaces:
java.util.EventListener, org.eclipse.jface.util.IPropertyChangeListener

public class PreferencesConfigurationChangeListener
extends java.lang.Object
implements org.eclipse.jface.util.IPropertyChangeListener

Listener for changed plugin's properties. Listener informs IConfigurationFactory that configuration directory was changed.

Author:
cwpl-pjaworow

Constructor Summary
PreferencesConfigurationChangeListener()
           
 
Method Summary
 void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesConfigurationChangeListener

public PreferencesConfigurationChangeListener()
Method Detail

propertyChange

public void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)

Specified by:
propertyChange in interface org.eclipse.jface.util.IPropertyChangeListener

Copyright 2006 IBM Corporation and others.
All Rights Reserved.