Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.project
Interface IMTJProjectListener

All Known Subinterfaces:
IMidletSuiteProjectListener

public interface IMTJProjectListener

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 deployedJarFileUpToDateFlagChanged()
          Sent when the IMTJProject.setDeployedAppFileUpToDate(boolean) is invoked.
 void signaturePropertiesChanged()
          Sent when the IMTJProject.setSignatureProperties(org.eclipse.mtj.core.build.sign.ISignatureProperties) is invoked.
 

Method Detail

signaturePropertiesChanged

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


deployedJarFileUpToDateFlagChanged

void deployedJarFileUpToDateFlagChanged()
Sent when the IMTJProject.setDeployedAppFileUpToDate(boolean) is invoked.


Mobile Tools for Java
Release 1.0