Mobile Tools for Java
Release 1.0

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


public interface IMidletSuiteProjectListener

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


Method Summary
 void deployedJarFileUpToDateFlagChanged()
          Sent when the IMidletSuiteProject.setDeployedJarFileUpToDate(boolean) is invoked.
 void deviceChanded()
          Sent when the IMidletSuiteProject#setDevice(org.eclipse.mtj.core.model.device.IDevice, org.eclipse.core.runtime.IProgressMonitor) is invoked.
 void enabledSymbolDefinitionSetChanged()
          Sent when the IMidletSuiteProject.setEnabledSymbolDefinitionSet(org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSet) is invoked.
 void jadFileNameChanged()
          Sent when the IMidletSuiteProject.setJadFileName(String) is invoked.
 void signaturePropertiesChanged()
          Sent when the IMidletSuiteProject.setSignatureProperties(org.eclipse.mtj.core.model.sign.ISignatureProperties) is invoked.
 void tempKeyPasswordChanged()
          Sent when the IMidletSuiteProject.setTempKeyPassword(String) is invoked.
 void tempKeystorePasswordChanged()
          Sent when the IMidletSuiteProject.setTempKeystorePassword(String) is invoked.
 

Method Detail

deviceChanded

void deviceChanded()
Sent when the IMidletSuiteProject#setDevice(org.eclipse.mtj.core.model.device.IDevice, org.eclipse.core.runtime.IProgressMonitor) is invoked.


signaturePropertiesChanged

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


enabledSymbolDefinitionSetChanged

void enabledSymbolDefinitionSetChanged()
Sent when the IMidletSuiteProject.setEnabledSymbolDefinitionSet(org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSet) is invoked.


deployedJarFileUpToDateFlagChanged

void deployedJarFileUpToDateFlagChanged()
Sent when the IMidletSuiteProject.setDeployedJarFileUpToDate(boolean) is invoked.


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.


Mobile Tools for Java
Release 1.0