|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMidletSuiteProjectListener
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.
| 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 |
|---|
void jadFileNameChanged()
IMidletSuiteProject.setJadFileName(String) is
invoked.
void tempKeyPasswordChanged()
IMidletSuiteProject.setTempKeyPassword(String) is
invoked.
void tempKeystorePasswordChanged()
IMidletSuiteProject.setTempKeystorePassword(String)
is invoked.
void packageCreated()
IMidletSuiteProject#createPackage(org.eclipse.core.runtime.IProgressMonitor, boolean, boolean)
is invoked.
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||