mud.client
Class SendLoop

java.lang.Object
  extended by mud.client.SendLoop
All Implemented Interfaces:
java.lang.Runnable

public class SendLoop
extends java.lang.Object
implements java.lang.Runnable

Sends messages to the server asynchronously


Constructor Summary
SendLoop()
           
 
Method Summary
 void run()
           
 void start(ServerConnection sc)
           
 void stop()
           
 void update(java.util.Collection<Message> newMessages)
          Add a new batch of messages
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendLoop

public SendLoop()
Method Detail

start

public void start(ServerConnection sc)

stop

public void stop()

update

public void update(java.util.Collection<Message> newMessages)
Add a new batch of messages


run

public void run()
Specified by:
run in interface java.lang.Runnable