|
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 IMTJProjectListener
Classes that implement this interface provide methods that deal with the events that are generated when an IMTJProject change state or a deployable package is created.
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 |
classpathRefreshed()
Sent when the IMTJProject#refreshClasspath(org.eclipse.core.runtime.IProgressMonitor)
is invoked. |
void |
metaDataSaved()
Sent when the IMTJProject.saveMetaData() is invoked. |
void |
packageCreated()
Sent when the IMTJProject#createPackage(boolean, boolean, org.eclipse.core.runtime.IProgressMonitor)
is invoked. |
void |
signaturePropertiesChanged()
Sent when the IMTJProject.setSignatureProperties(org.eclipse.mtj.core.build.sign.ISignatureProperties)
is invoked. |
Method Detail |
---|
void metaDataSaved()
IMTJProject.saveMetaData()
is invoked.
void packageCreated()
IMTJProject#createPackage(boolean, boolean, org.eclipse.core.runtime.IProgressMonitor)
is invoked.
void signaturePropertiesChanged()
IMTJProject.setSignatureProperties(org.eclipse.mtj.core.build.sign.ISignatureProperties)
is invoked.
void classpathRefreshed()
IMTJProject#refreshClasspath(org.eclipse.core.runtime.IProgressMonitor)
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 |