Package org.cspoker.server.embedded.account

Examples of org.cspoker.server.embedded.account.ExtendedAccountContext


  @Override
  public void setUp(){
    events = new EventSequenceChecker();
    TableConfiguration configuration = new TableConfiguration();
    table = new ServerTable(configuration);
    pokerTable = new PokerTable(new TableId(0), "table", configuration, new ExtendedAccountContext(){

      public void changePassword(String passwordHash) {

      }
View Full Code Here

TOP

Related Classes of org.cspoker.server.embedded.account.ExtendedAccountContext

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.