Package | Description |
---|---|
org.drools.games.adventures | |
org.drools.games.adventures.model |
Modifier and Type | Method and Description |
---|---|
UserSession |
Request.getSession() |
UserSession |
AdventureFrame.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
GameEngine.receiveMessage(UserSession session,
List cmdList) |
void |
Request.setSession(UserSession session) |
void |
AdventureFrame.setSession(UserSession session) |
Constructor and Description |
---|
AdventureFrame(UserSession session,
GameEngine gameEngine,
int onClose)
Create the frame.
|
Request(UserSession session,
Object object) |
Modifier and Type | Method and Description |
---|---|
UserSession |
Command.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
Command.setSession(UserSession session) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.