Package net.alteiar.newversion.shared.request

Examples of net.alteiar.newversion.shared.request.RequestDelete


  public void askInitCampaign() {
    client.sendTCP(new RequestCampaignClient());
  }

  public void closeDocument(UniqueID guid) {
    client.sendTCP(new RequestDelete(guid));
  }
View Full Code Here

TOP

Related Classes of net.alteiar.newversion.shared.request.RequestDelete

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.