Class EngineVersionCheckActivator

  • All Implemented Interfaces:
    org.esa.snap.runtime.Activator

    public class EngineVersionCheckActivator
    extends Object
    implements org.esa.snap.runtime.Activator
    • Constructor Detail

      • EngineVersionCheckActivator

        public EngineVersionCheckActivator()
    • Method Detail

      • start

        public void start()
        Description copied from interface: org.esa.snap.runtime.Activator
        Called when the SNAP engine is started.
        Specified by:
        start in interface org.esa.snap.runtime.Activator
      • stop

        public void stop()
        Description copied from interface: org.esa.snap.runtime.Activator
        Called when the SNAP engine has stopped.
        Specified by:
        stop in interface org.esa.snap.runtime.Activator
      • getStartLevel

        public int getStartLevel()
        Description copied from interface: org.esa.snap.runtime.Activator
        The start level of the activator which defaults to zero. Activators with a lower level are started before and stopped after those with a higher level.
        Specified by:
        getStartLevel in interface org.esa.snap.runtime.Activator
        Returns:
        The start level of the activator.