Uses of Class
com.web_visage.ichat.IChatMessageReceiverPair

Packages that use IChatMessageReceiverPair
com.web_visage.ichat   
 

Uses of IChatMessageReceiverPair in com.web_visage.ichat
 

Methods in com.web_visage.ichat that return IChatMessageReceiverPair
 IChatMessageReceiverPair OutgoingMessagesQueue.next()
          Returns next queue item and removes the last element from the queue.
 

Methods in com.web_visage.ichat with parameters of type IChatMessageReceiverPair
 void OutgoingMessagesQueue.add(IChatMessageReceiverPair aMessage)
          Adds a message to the queue.