Class SnapApp.StartOp

java.lang.Object
org.esa.snap.rcp.SnapApp.StartOp
All Implemented Interfaces:
Runnable
Enclosing class:
SnapApp

public static class SnapApp.StartOp extends Object implements Runnable
This non-API class is public as an implementation detail. Don't use it, it may be removed anytime.

NetBeans @OnStart: Runnables defined by various modules are invoked in parallel and as soon as possible. It is guaranteed that execution of all runnables is finished before the startup sequence is claimed over.

  • Constructor Details

    • StartOp

      public StartOp()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable