Uses of Class
it.gotoandplay.smartfoxserver.lib.ActionscriptObject

Packages that use ActionscriptObject
it.gotoandplay.smartfoxserver.extensions   
it.gotoandplay.smartfoxserver.extensions.examples   
it.gotoandplay.smartfoxserver.lib   
 

Uses of ActionscriptObject in it.gotoandplay.smartfoxserver.extensions
 

Methods in it.gotoandplay.smartfoxserver.extensions with parameters of type ActionscriptObject
 void AbstractExtension.sendResponse(ActionscriptObject ao, int fromRoom, User sender, java.util.LinkedList recipients)
          Send a response to one or more clients using XML format
 

Uses of ActionscriptObject in it.gotoandplay.smartfoxserver.extensions.examples
 

Methods in it.gotoandplay.smartfoxserver.extensions.examples with parameters of type ActionscriptObject
 void SimpleExtension.handleRequest(java.lang.String cmd, ActionscriptObject ao, User u, int fromRoom)
          Handle client requests sent in XML format.
 void SimpleDbExtension.handleRequest(java.lang.String cmd, ActionscriptObject ao, User u, int fromRoom)
          Handle client requests sent in XML format.
 void PixelGame.handleRequest(java.lang.String cmd, ActionscriptObject ao, User u, int fromRoom)
          This is not used.
 

Uses of ActionscriptObject in it.gotoandplay.smartfoxserver.lib
 

Methods in it.gotoandplay.smartfoxserver.lib that return ActionscriptObject
 ActionscriptObject ActionscriptObject.getObj(int key)
          Get an ActionscriptObject from an index key
 ActionscriptObject ActionscriptObject.getObj(java.lang.String key)
          Get an ActionscriptObject from a string key