Mobile Tools for Java
Release 1.0

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

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

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

Methods in org.eclipse.mtj.core.project.runtime with parameters of type IMTJRuntimeChangeListener
 void MTJRuntime.addMTJRuntimeChangeListener(IMTJRuntimeChangeListener listener)
          Adds the listener to the collection of listeners who will be notified when the runtime state changes.
 void MTJRuntime.removeMTJRuntimeChangeListener(IMTJRuntimeChangeListener 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