Mobile Tools for Java
Release 1.0

Uses of Package
org.eclipse.mtj.core.project.runtime.event

Packages that use org.eclipse.mtj.core.project.runtime.event
org.eclipse.mtj.core.project.runtime This package provides an API for managing MTJ project runtime configurations. 
org.eclipse.mtj.core.project.runtime.event This package provides all events related classes and interfaces associated to the MTJRuntime API. 
 

Classes in org.eclipse.mtj.core.project.runtime.event used by org.eclipse.mtj.core.project.runtime
IMTJRuntimeChangeListener
          The instance of this interface observe MTJRuntime properties change.
IMTJRuntimeListChangeListener
          The instance of this interface observe MTJRuntimeList change.
 

Classes in org.eclipse.mtj.core.project.runtime.event used by org.eclipse.mtj.core.project.runtime.event
AddMTJRuntimeEvent
          AddMTJRuntimeEvent is used to notify that a MTJRuntime is added to MTJRuntimeList.
MTJRuntimeDeviceChangeEvent
          MTJRuntimeDeviceChangeEvent is used to notify that the device of the configuration changed.
MTJRuntimeNameChangeEvent
          MTJRuntimeNameChangeEvent is used to notify that the name of the configuration changed.
MTJRuntimeWorkspaceSymbolSetsChangeEvent
          MTJRuntimeWorkspaceSymbolSetsChangeEvent is used to notify that the workspaceScopeSymbolSets of the configuration changed.
RemoveMTJRuntimeEvent
          RemoveMTJRuntimeEvent is used to notify that a Configuration is removed from Configuration.
SwitchActiveMTJRuntimeEvent
          SwitchActiveMTJRuntimeEvent is used to notify that active Configuration for a Midlet project switched.
 


Mobile Tools for Java
Release 1.0