eclipseme.core.model.impl
Class MidletSuiteProject.MidletSuiteCreationRunnable

java.lang.Object
  extended byeclipseme.core.model.impl.MidletSuiteProject.MidletSuiteCreationRunnable
Enclosing class:
MidletSuiteProject

public static class MidletSuiteProject.MidletSuiteCreationRunnable
extends java.lang.Object

Workspace runnable for creating a Midlet Suite within a project.


Method Summary
 void run(org.eclipse.core.runtime.IProgressMonitor monitor)
          Run the specified runnable using the specified progress monitor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
         throws java.lang.reflect.InvocationTargetException,
                java.lang.InterruptedException
Run the specified runnable using the specified progress monitor.

Parameters:
monitor - the monitor used to report progress
Throws:
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException