Package freenet.clients.fcp

Examples of freenet.clients.fcp.BookmarkFeed


      pn.deleteExtraPeerDataFile(fileNumber);
  }

  @Override
  public BookmarkFeed getFCPMessage() {
    return new BookmarkFeed(getTitle(), getShortText(), getText(), getPriorityClass(), getUpdatedTime(), sourceNodeName, composed, sent, received, name, uri, description, hasAnActivelink);
  }
View Full Code Here

TOP

Related Classes of freenet.clients.fcp.BookmarkFeed

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.