Package net.pterodactylus.sone.freenet.plugin.event

Examples of net.pterodactylus.sone.freenet.plugin.event.ReceivedReplyEvent


  /**
   * {@inheritDoc}
   */
  @Override
  public void onReply(String pluginName, String identifier, SimpleFieldSet params, Bucket data) {
    eventBus.post(new ReceivedReplyEvent(this, pluginName, identifier, params, data));
  }
View Full Code Here

TOP

Related Classes of net.pterodactylus.sone.freenet.plugin.event.ReceivedReplyEvent

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.