Mobile Tools for Java
Release 1.0

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

Packages that use IConfigurationsChangeListener
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 IConfigurationsChangeListener in org.eclipse.mtj.core.model.configuration
 

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

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

Classes in org.eclipse.mtj.ui.configurations that implement IConfigurationsChangeListener
 class ConfigManageComponent
          ConfigManageComponent provides user interface functionality for Configurations management.
 

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


Mobile Tools for Java
Release 1.0