Package net.solosky.maplefetion.client

Examples of net.solosky.maplefetion.client.LoginWork


      this.timer.startTimer();
      this.executor.startExecutor();
      this.transferFactory.openFactory();
     
      this.dialogFactory   = new DialogFactory(this);
      this.loginWork       = new LoginWork(this, Presence.ONLINE);
     
      this.transferFactory.setFetionContext(this);
     
    this.store.init(user);
    }
View Full Code Here

TOP

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

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.