Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.project
Interface IMTJProjectListener

All Known Subinterfaces:
IMidletSuiteProjectListener

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.

Since:
1.0

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

metaDataSaved

void metaDataSaved()
Sent when the IMTJProject.saveMetaData() is invoked.


packageCreated

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


signaturePropertiesChanged

void signaturePropertiesChanged()
Sent when the IMTJProject.setSignatureProperties(org.eclipse.mtj.core.build.sign.ISignatureProperties) is invoked.


classpathRefreshed

void classpathRefreshed()
Sent when the IMTJProject#refreshClasspath(org.eclipse.core.runtime.IProgressMonitor) is invoked.


Mobile Tools for Java
Release 1.0