Package freenet.node.useralerts

Examples of freenet.node.useralerts.BookmarkFeedUserAlert


      return;
    } catch (IllegalBase64Exception e) {
      Logger.error(this, "Bad Base64 encoding when decoding a N2NTM SimpleFieldSet", e);
      return;
    }
    BookmarkFeedUserAlert userAlert = new BookmarkFeedUserAlert(this, name, description, hasAnActiveLink, fileNumber, uri, composedTime, sentTime, receivedTime);
    node.clientCore.alerts.register(userAlert);
  }
View Full Code Here

TOP

Related Classes of freenet.node.useralerts.BookmarkFeedUserAlert

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.