Drools examples 6.0.3-SNAPSHOT

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

Packages that use UserSession
org.drools.games.adventures   
 

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 cmd)
           
 void AdventureFrame.setSession(UserSession session)
           
 void Request.setSession(UserSession session)
           
 

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


Drools examples 6.0.3-SNAPSHOT

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