Package org.aavso.tools.vstar.util.property

Examples of org.aavso.tools.vstar.util.property.ApplicationProperties.update()


      // systems. The frame stored within appProps cannot be GC'd
      // until appProps is, so its state will still be valid at the
      // time run() is invoked.
      Runnable shutdownTask = new Runnable() {
        public void run() {
          appProps.update();
        }
      };

      Runtime.getRuntime().addShutdownHook(
          new Thread(shutdownTask, "Application shutdown task"));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.