Package org.cspoker.common.api.shared.action

Examples of org.cspoker.common.api.shared.action.LogoutAction


    this.accountContext = new XmlRemoteAccountContext(performer, generator);
    this.cashierContext = new XmlRemoteCashierContext(performer, generator);
  }

  public void logout() throws RemoteException, IllegalActionException {
    performer.perform(new LogoutAction(generator.getNextID()));
  }
View Full Code Here

TOP

Related Classes of org.cspoker.common.api.shared.action.LogoutAction

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.