Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.hooks
Class Activator

java.lang.Object
  extended by org.eclipse.mtj.core.hooks.Activator

public class Activator
extends Object


Field Summary
static String PLUGIN_ID
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(BundleContext context)
           throws Exception
Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception
Throws:
Exception

Mobile Tools for Java
Release 1.0