Package net.solosky.maplefetion.client.dialog

Examples of net.solosky.maplefetion.client.dialog.ChatDialogProxyFactory


     
      this.state           = ClientState.LOGOUT;
      this.user            = user;
      this.transferFactory = transferFactory;
      this.store           = fetionStore;
    this.proxyFactory    = new ChatDialogProxyFactory(this);
    this.timer           = fetionTimer;
    this.executor        = fetionExecutor;
    this.notifyEventListener  = notifyEventListener;
    this.localeSetting   = new LocaleSetting();
    }
View Full Code Here

TOP

Related Classes of net.solosky.maplefetion.client.dialog.ChatDialogProxyFactory

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.