Mobile Tools for Java
Release 1.0

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

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

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

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

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