Package freenet.node.useralerts

Examples of freenet.node.useralerts.UpdatedVersionAvailableUserAlert$UpdateThingy


  public NodeUpdateManager(Node node, Config config)
      throws InvalidConfigValueException {
    this.node = node;
    this.hasBeenBlown = false;
    this.alert = new UpdatedVersionAvailableUserAlert(this);
    alert.isValid(false);

    SubConfig updaterConfig = new SubConfig("node.updater", config);

    updaterConfig.register("enabled", true, 1, false, false,
View Full Code Here

TOP

Related Classes of freenet.node.useralerts.UpdatedVersionAvailableUserAlert$UpdateThingy

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.