Package net.solosky.maplefetion.client

Examples of net.solosky.maplefetion.client.GetScheduleListWork


   * @param listener
   */
  public void getScheduleSMSList(final ActionEventListener listener)
  {
    this.ensureOnline();
    this.executor.submitTask(new GetScheduleListWork(this, listener));
  }
View Full Code Here

TOP

Related Classes of net.solosky.maplefetion.client.GetScheduleListWork

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.