Package org.cspoker.common.api.lobby.listener

Examples of org.cspoker.common.api.lobby.listener.LobbyListener


  private static Logger logger = Logger.getLogger(TestAPI.class);

  public void testCreateTable(){
    try {
      kenzo = new ServerContextImpl("kenzo", "test");
      LobbyListener listener = new LobbyListener(){

        public void onTableCreated(TableCreatedEvent tableCreatedEvent) {
          TestAPI.logger.info(tableCreatedEvent);
        }
        public void onTableRemoved(TableRemovedEvent tableRemovedEvent) {
View Full Code Here

TOP

Related Classes of org.cspoker.common.api.lobby.listener.LobbyListener

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.