Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.build.MTJBuildState

Packages that use MTJBuildState
org.eclipse.mtj.core.build This package provides an API for MIDlet suite build support. 
 

Uses of MTJBuildState in org.eclipse.mtj.core.build
 

Methods in org.eclipse.mtj.core.build that return MTJBuildState
static MTJBuildState MTJBuildState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MTJBuildState[] MTJBuildState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.mtj.core.build with parameters of type MTJBuildState
 void IMTJBuildHook.buildStateChanged(IMTJProject project, MTJBuildState state, IProgressMonitor monitor)
          This method is called upon state transitions within the MTJ build process.
 


Mobile Tools for Java
Release 1.0