org.starhope.vergil.badItalian
Class SmartFoxClient

java.lang.Object
  extended by org.starhope.vergil.badItalian.SmartFoxClient

public class SmartFoxClient
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
 boolean smartConnect
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
SmartFoxClient(boolean b)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 void addEventListener(String onconnection, ISFSEventListener onConnection2)
          WRITEME: Document this method brpocock@star-hope.org
 void addEventListener(String onlogin, LoadClient loadClient)
          WRITEME: Document this method brpocock@star-hope.org
 void connect(String string)
          WRITEME: Document this method brpocock@star-hope.org
 void connect(String server, int i)
          WRITEME: Document this method brpocock@star-hope.org
 void disconnect()
          WRITEME: Document this method brpocock@star-hope.org
 void getRandomKey()
          WRITEME: Document this method brpocock@star-hope.org
 void getRoomList()
          WRITEME: Document this method brpocock@star-hope.org
 void joinRoom(int i)
          WRITEME: Document this method brpocock@star-hope.org
 void joinRoom(String $eaves, String roompassword, boolean b)
          WRITEME: Document this method brpocock@star-hope.org
 void login(String string, String userName, String string2)
          WRITEME: Document this method brpocock@star-hope.org
 void logout()
          WRITEME: Document this method brpocock@star-hope.org
 void sendJson(String string)
          WRITEME: Document this method brpocock@star-hope.org
 void sendPublicMessage(String string)
          WRITEME: Document this method brpocock@star-hope.org
 void sendXtMessage(String string, String string2, org.json.JSONObject jsonObject)
          WRITEME: Document this method brpocock@star-hope.org
 void setDebug(boolean b)
          WRITEME: Document this method brpocock@star-hope.org
 void setUserVariables(Map<String,SFSVariable> vars)
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smartConnect

public boolean smartConnect
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

SmartFoxClient

public SmartFoxClient(boolean b)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
b - WRITEME
Method Detail

addEventListener

public void addEventListener(String onconnection,
                             ISFSEventListener onConnection2)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
onconnection - WRITEME
onConnection2 - WRITEME

addEventListener

public void addEventListener(String onlogin,
                             LoadClient loadClient)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
onlogin - WRITEME
loadClient - WRITEME

connect

public void connect(String string)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
string - WRITEME

connect

public void connect(String server,
                    int i)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
server - WRITEME
i - WRITEME

disconnect

public void disconnect()
WRITEME: Document this method brpocock@star-hope.org


getRandomKey

public void getRandomKey()
WRITEME: Document this method brpocock@star-hope.org


getRoomList

public void getRoomList()
WRITEME: Document this method brpocock@star-hope.org


joinRoom

public void joinRoom(int i)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
i - WRITEME

joinRoom

public void joinRoom(String $eaves,
                     String roompassword,
                     boolean b)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
$eaves - WRITEME
roompassword - WRITEME
b - WRITEME

login

public void login(String string,
                  String userName,
                  String string2)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
string - WRITEME
userName - WRITEME
string2 - WRITEME

logout

public void logout()
WRITEME: Document this method brpocock@star-hope.org


sendJson

public void sendJson(String string)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
string - WRITEME

sendPublicMessage

public void sendPublicMessage(String string)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
string - WRITEME

sendXtMessage

public void sendXtMessage(String string,
                          String string2,
                          org.json.JSONObject jsonObject)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
string - WRITEME
string2 - WRITEME
jsonObject - WRITEME

setDebug

public void setDebug(boolean b)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
b - WRITEME

setUserVariables

public void setUserVariables(Map<String,SFSVariable> vars)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
vars - WRITEME