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)
          Adds the listener to the collection of listeners who will be notified when the runtime list state changes.
 void MTJRuntimeList.removeMTJRuntimeListChangeListener(IMTJRuntimeListChangeListener listener)
          Removes the listener from the collection of listeners who will be notified when the runtime state changes.
 


Mobile Tools for Java
Release 1.0