Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.project.midp
Interface IMidletSuiteProjectListener

All Superinterfaces:
IMTJProjectListener

public interface IMidletSuiteProjectListener
extends IMTJProjectListener

Classes which implement this interface provide a method that deals with the events that are generated when the IMidletSuiteProject is modified.

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.

Since:
1.0

Method Summary
 void jadFileNameChanged()
          Sent when the IMidletSuiteProject.setJadFileName(String) is invoked.
 void packageCreated()
          Sent when the IMidletSuiteProject#createPackage(org.eclipse.core.runtime.IProgressMonitor, boolean, boolean) is invoked.
 void tempKeyPasswordChanged()
          Sent when the IMidletSuiteProject.setTempKeyPassword(String) is invoked.
 void tempKeystorePasswordChanged()
          Sent when the IMidletSuiteProject.setTempKeystorePassword(String) is invoked.
 
Methods inherited from interface org.eclipse.mtj.core.project.IMTJProjectListener
deployedJarFileUpToDateFlagChanged, signaturePropertiesChanged
 

Method Detail

jadFileNameChanged

void jadFileNameChanged()
Sent when the IMidletSuiteProject.setJadFileName(String) is invoked.


tempKeyPasswordChanged

void tempKeyPasswordChanged()
Sent when the IMidletSuiteProject.setTempKeyPassword(String) is invoked.


tempKeystorePasswordChanged

void tempKeystorePasswordChanged()
Sent when the IMidletSuiteProject.setTempKeystorePassword(String) is invoked.


packageCreated

void packageCreated()
Sent when the IMidletSuiteProject#createPackage(org.eclipse.core.runtime.IProgressMonitor, boolean, boolean) is invoked.


Mobile Tools for Java
Release 1.0