Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.model.configuration.AddConfigEvent

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

Methods in org.eclipse.mtj.core.model.configuration with parameters of type AddConfigEvent
 void IConfigurationsChangeListener.configurationAdded(AddConfigEvent event)
           
 

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

Methods in org.eclipse.mtj.ui.configurations with parameters of type AddConfigEvent
 void ConfigManageComponent.configurationAdded(AddConfigEvent event)
          If Configurations modified by other thread, we should refresh ConfigManageComponent UI, to reflect the change of Configurations.
 


Mobile Tools for Java
Release 1.0