Uses of Class
org.jboss.remoting.samples.chat.client.ChatMessage

Packages that use ChatMessage
org.jboss.remoting.samples.chat.client   
org.jboss.remoting.samples.chat.server   
 

Uses of ChatMessage in org.jboss.remoting.samples.chat.client
 

Methods in org.jboss.remoting.samples.chat.client with parameters of type ChatMessage
 void TalkFrame.appendMessage(ChatMessage chatMessage)
           
 void ChatReceiver.send(ChatMessage mesg)
           
 

Uses of ChatMessage in org.jboss.remoting.samples.chat.server
 

Methods in org.jboss.remoting.samples.chat.server with parameters of type ChatMessage
 void ChatServer.send(ChatMessage mesg)
           
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.