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();
}