Drools examples 6.2.0.Beta2

Uses of Class
org.drools.games.adventures.UserSession

Packages that use UserSession
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
 UserSession Request.getSession()
           
 UserSession AdventureFrame.getSession()
           
 

Methods in org.drools.games.adventures with parameters of type UserSession
 void GameEngine.receiveMessage(UserSession session, List cmdList)
           
 void Request.setSession(UserSession session)
           
 void AdventureFrame.setSession(UserSession session)
           
 

Constructors in org.drools.games.adventures with parameters of type UserSession
AdventureFrame(UserSession session, GameEngine gameEngine, int onClose)
          Create the frame.
Request(UserSession session, Object object)
           
 

Uses of UserSession in org.drools.games.adventures.model
 

Methods in org.drools.games.adventures.model that return UserSession
 UserSession Command.getSession()
           
 

Methods in org.drools.games.adventures.model with parameters of type UserSession
 void Command.setSession(UserSession session)
           
 


Drools examples 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.