Class SnapApp.ShowingOp

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

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

NetBeans @OnShowing: Annotation to place on a Runnable with default constructor which should be invoked as soon as the window system is shown. The Runnables are invoked in AWT event dispatch thread one by one

  • Constructor Details

    • ShowingOp

      public ShowingOp()
  • Method Details

    • run

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