Class Main.IProxy

  • All Implemented Interfaces:
    java.lang.Runnable, ScopeProvider
    Enclosing class:
    Main

    private static class Main.IProxy
    extends java.lang.Object
    implements java.lang.Runnable, ScopeProvider
    Class to consolidate all internal implementations of interfaces to avoid class generation bloat.
    • Constructor Detail

      • IProxy

        public IProxy​(int type)
        Creates a new IProxy.
    • Method Detail

      • run

        public void run()
        Exit action.
        Specified by:
        run in interface java.lang.Runnable