RE: [Beepcore-java-users] Waiting for a message in a client appli cation
Status: Beta
Brought to you by:
huston
From: Serge A. <sA...@in...> - 2002-08-29 15:10:28
|
Thank you; I have understood that now. Is there any document describing the threading model implemented by the API? I had to look in the sources to understand when a listening thread is started. -- Serge -----Original Message----- From: Huston [mailto:hu...@us...] Sent: Thursday, August 29, 2002 17:06 To: Serge Adda; Bee...@li... Subject: Re: [Beepcore-java-users] Waiting for a message in a client application All you should have to do is start a channel with a MessageListener and the MessageListener will be called when a MSG is received. --Huston ----- Original Message ----- I have started a session in a client application. Then I would like to set up a channel in order to wait for incoming messages from the server application. |