Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.project.runtime.event.IMTJRuntimeListChangeListener

Packages that use IMTJRuntimeListChangeListener
org.eclipse.mtj.core.project.runtime This package provides an API for managing MTJ project runtime configurations. 
 

Uses of IMTJRuntimeListChangeListener in org.eclipse.mtj.core.project.runtime
 

Methods in org.eclipse.mtj.core.project.runtime with parameters of type IMTJRuntimeListChangeListener
 void MTJRuntimeList.addMTJRuntimeListChangeListener(IMTJRuntimeListChangeListener listener)
           
 void MTJRuntimeList.removeMTJRuntimeListChangeListener(IMTJRuntimeListChangeListener listener)
          Note:Since instance of Configuration have a long life cycle (as long as the Midlet project), so we should remove listener manually when it no longer used.
 


Mobile Tools for Java
Release 1.0