Package freenet.node.useralerts

Examples of freenet.node.useralerts.NotEnoughNiceLevelsUserAlert


     * call this function earlier.
     */
    checkForEvilJVMBugs();

    if(!NativeThread.HAS_ENOUGH_NICE_LEVELS)
      clientCore.alerts.register(new NotEnoughNiceLevelsUserAlert());

    this.clientCore.start(config, db);

    tracker.startDeadUIDChecker();

View Full Code Here

TOP

Related Classes of freenet.node.useralerts.NotEnoughNiceLevelsUserAlert

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.