nl.pbemengine.engine.ng.base.webserver
Class ActionCallback

java.lang.Object
  extended by nl.pbemengine.engine.ng.base.webserver.ActionCallback

public class ActionCallback
extends java.lang.Object

A callback object for actions. This class contains information about active users or games, depending on the type of login.

Author:
Jeroen Steenbeeke

Constructor Summary
ActionCallback(User currentUser, Game currentGame)
           
 
Method Summary
 Game getCurrentGame()
           
 User getCurrentUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCallback

public ActionCallback(User currentUser,
                      Game currentGame)
Method Detail

getCurrentGame

public Game getCurrentGame()

getCurrentUser

public User getCurrentUser()


Copyright © 2008. All Rights Reserved.