Package appeng.services

Examples of appeng.services.VersionChecker


    Registration.instance.PreInit( event );

    if ( AEConfig.instance.isFeatureEnabled( AEFeature.VersionChecker ) )
    {
      AELog.info( "Starting VersionChecker" );
      startService( "AE2 VersionChecker", new Thread( VersionChecker.instance = new VersionChecker() ) );
    }

    AELog.info( "PreInit ( end " + star.elapsed( TimeUnit.MILLISECONDS ) + "ms )" );
  }
View Full Code Here

TOP

Related Classes of appeng.services.VersionChecker

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.