Uses of Class
com.web_visage.ichat.MessageQueueIsEmptyException

Packages that use MessageQueueIsEmptyException
com.web_visage.ichat   
 

Uses of MessageQueueIsEmptyException in com.web_visage.ichat
 

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