Drools examples 6.1.0.CR2

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

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

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