com.croftsoft.apps.chat.view
Class ChatSynchronizer

java.lang.Object
  extended by com.croftsoft.apps.chat.view.ChatSynchronizer
All Implemented Interfaces:
Consumer

public final class ChatSynchronizer
extends Object
implements Consumer

ChatGame synchronizer.

Since:
2003-06-06
Version:
2003-06-18
Author:
David Wallace Croft

Constructor Summary
ChatSynchronizer(ChatWorld chatWorld, Consumer eventConsumer)
           
 
Method Summary
 void consume(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatSynchronizer

public ChatSynchronizer(ChatWorld chatWorld,
                        Consumer eventConsumer)
Method Detail

consume

public void consume(Object o)
Specified by:
consume in interface Consumer

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)