Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.model.configuration.IConfigurationChangeListener

Packages that use IConfigurationChangeListener
org.eclipse.mtj.core.model.configuration This package provides an API for managing configurations from MIDlet projects. 
org.eclipse.mtj.ui.configurations This package provides the component for configurations management. 
 

Uses of IConfigurationChangeListener in org.eclipse.mtj.core.model.configuration
 

Methods in org.eclipse.mtj.core.model.configuration with parameters of type IConfigurationChangeListener
 void Configuration.addConfigChangeListener(IConfigurationChangeListener listener)
           
 void Configuration.removeConfigChangeListener(IConfigurationChangeListener listener)
          Note:Since instance of configuration have a long life cycle (as long as the Midlet project), so we should remove listener manually when it no longer used.
 

Uses of IConfigurationChangeListener in org.eclipse.mtj.ui.configurations
 

Methods in org.eclipse.mtj.ui.configurations with parameters of type IConfigurationChangeListener
 void ConfigManageComponent.setConfigurationChangeListener(IConfigurationChangeListener listener)
          Set a external IConfigurationChangeListener to listen to Configuration change event.
 


Mobile Tools for Java
Release 1.0