Package com.sijobe.spc.updater

Examples of com.sijobe.spc.updater.UpdateCallback


    */
   private void checkForUpdates(final Player player) {
      (new CheckVersion(
         new ModVersion[]{Constants.SPC_VERSION},
         "",
         new UpdateCallback() {
            @Override
            public void updateCallback(Vector<HashMap<String,Object>> s) {
               processUpdate(s, player);
            }
         })
View Full Code Here

TOP

Related Classes of com.sijobe.spc.updater.UpdateCallback

Copyright © 2018 www.massapicom. 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.