Package org.hive2hive.core.network.userprofiletask

Examples of org.hive2hive.core.network.userprofiletask.TestUserProfileTask


    return new TestDirectNotificationMessage(receiver, sender.getNodeId(), contentKey, data);
  }

  @Override
  public UserProfileTask createUserProfileTask(String sender) {
    return new TestUserProfileTask();
  }
View Full Code Here

TOP

Related Classes of org.hive2hive.core.network.userprofiletask.TestUserProfileTask

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.