Drools examples 6.1.0-SNAPSHOT

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

Methods in org.drools.games.adventures with parameters of type UserSession
 void GameEngine.receiveMessage(UserSession session, List cmdList)
           
 void AdventureFrame.setSession(UserSession session)
           
 void Request.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.1.0-SNAPSHOT

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