Package ch.fusun.baron.core.command.base

Examples of ch.fusun.baron.core.command.base.LoginUserCommand


  }

  @Override
  public void login(String name, String password) {
    userService.setUser(new User(name, password));
    client.sendTCP(new LoginUserCommand(name, password, client.getID()));
  }
View Full Code Here

TOP

Related Classes of ch.fusun.baron.core.command.base.LoginUserCommand

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.