Class 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 Detail

      • StartOp

        public StartOp()
    • Method Detail

      • run

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