Package org.cspoker.client.xml.common

Examples of org.cspoker.client.xml.common.IDGenerator


  private final ConcurrentHashMap<TableId, XmlRemoteTableChatContext>  tableChatContexts = new ConcurrentHashMap<TableId, XmlRemoteTableChatContext>();
 
  private final XmlServerListenerTree serverListenerTree;

  public XmlRemoteServerContext(ActionPerformer performer, XmlServerListenerTree serverListenerTree) {
    this(performer, new IDGenerator(),serverListenerTree);
  }
View Full Code Here

TOP

Related Classes of org.cspoker.client.xml.common.IDGenerator

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.