org.embedchat.desktop.client
Class Client

java.lang.Object
  extended by org.embedchat.desktop.Observer
      extended by org.embedchat.desktop.client.Client

public class Client
extends Observer


Constructor Summary
Client(StateModel model)
           
 
Method Summary
 void connect()
           
 void disconnect()
           
 void login()
           
 void reconnect()
           
 void sendRoomListRequestMessage()
           
 void sendTextMessage(java.lang.String messageStr)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client(StateModel model)
Method Detail

connect

public void connect()

login

public void login()

disconnect

public void disconnect()

reconnect

public void reconnect()

sendTextMessage

public void sendTextMessage(java.lang.String messageStr)

sendRoomListRequestMessage

public void sendRoomListRequestMessage()

update

public void update()
Specified by:
update in class Observer


Copyright 2006-2006 embedchat.org. All Rights Reserved.