Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire