Class ToolAdapterActivator
- java.lang.Object
-
- org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterActivator
-
- All Implemented Interfaces:
org.esa.snap.runtime.Activator
public class ToolAdapterActivator extends Object implements org.esa.snap.runtime.Activator
Registers the installed tool adapters.
-
-
Constructor Summary
Constructors Constructor Description ToolAdapterActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()Called when the SNAP engine is started.voidstop()Called when the SNAP engine has stopped.
-
-
-
Method Detail
-
start
public void start()
Description copied from interface:org.esa.snap.runtime.ActivatorCalled when the SNAP engine is started.- Specified by:
startin interfaceorg.esa.snap.runtime.Activator
-
stop
public void stop()
Description copied from interface:org.esa.snap.runtime.ActivatorCalled when the SNAP engine has stopped.- Specified by:
stopin interfaceorg.esa.snap.runtime.Activator
-
-