com.ibm.lab.soln.extensionpoint
Interface IToolAction

All Superinterfaces:
org.eclipse.core.runtime.IExecutableExtension
All Known Implementing Classes:
TestToolAction

public interface IToolAction
extends org.eclipse.core.runtime.IExecutableExtension

Interface for those actions that will be contributed to the common toolbar action.


Method Summary
 void run()
           
 
Methods inherited from interface org.eclipse.core.runtime.IExecutableExtension
setInitializationData
 

Method Detail

run

public void run()