Package net.solosky.maplefetion.client.response

Examples of net.solosky.maplefetion.client.response.GetGroupListResponseHandler


  public void getGroupList(ActionEventListener listener)
  {
    this.ensureOpened();
    FetionStore store = this.context.getFetionStore();
    SipcRequest request = this.getMessageFactory().createGetGroupListRequest(store.getStoreVersion().getGroupVersion());
    request.setResponseHandler(new GetGroupListResponseHandler(context, this, listener));
    this.process(request);
  }
View Full Code Here

TOP

Related Classes of net.solosky.maplefetion.client.response.GetGroupListResponseHandler

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.