|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.pbemengine.engine.ng.base.webserver.ActionCallback
public class ActionCallback
A callback object for actions. This class contains information about active users or games, depending on the type of login.
| 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 |
|---|
public ActionCallback(User currentUser,
Game currentGame)
| Method Detail |
|---|
public Game getCurrentGame()
public User getCurrentUser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||