Mobile Tools for Java
Release 1.0

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

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

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

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

Methods in org.eclipse.mtj.ui.configurations with parameters of type RemoveConfigEvent
 void ConfigManageComponent.configurationRemoved(RemoveConfigEvent 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