All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Thread
|
+----COM.roguewave.jchat.Dispatcher
|
+----COM.roguewave.jchat.ForumViewDispatcher
The ForumViewDispatcher class implements a specialized Dispatcher for the JChat client. The ForumDispatcher maintains a list of ForumViewWindows that are updated when an update command is received.
public ForumViewDispatcher()
public synchronized void addObjectToNotify(String forumName,
Object aObject)
public synchronized void processCommand(String command[])
post "forumname" "username" "message" add "forumname" "" ""
All Packages Class Hierarchy This Package Previous Next Index