Uses of Class
org.drools.games.adventures.UserSession
-
Packages that use UserSession Package Description org.drools.games.adventures org.drools.games.adventures.model -
-
Uses of UserSession in org.drools.games.adventures
Methods in org.drools.games.adventures that return UserSession Modifier and Type Method Description UserSessionAdventureFrame. getSession()UserSessionRequest. getSession()Methods in org.drools.games.adventures with parameters of type UserSession Modifier and Type Method Description voidGameEngine. receiveMessage(UserSession session, java.util.List cmdList)voidAdventureFrame. setSession(UserSession session)voidRequest. setSession(UserSession session)Constructors in org.drools.games.adventures with parameters of type UserSession Constructor Description AdventureFrame(UserSession session, GameEngine gameEngine, int onClose)Create the frame.Request(UserSession session, java.lang.Object object) -
Uses of UserSession in org.drools.games.adventures.model
Methods in org.drools.games.adventures.model that return UserSession Modifier and Type Method Description UserSessionCommand. getSession()Methods in org.drools.games.adventures.model with parameters of type UserSession Modifier and Type Method Description voidCommand. setSession(UserSession session)
-