Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Interface AsynchMessageReceiver

All Known Implementing Classes:
Session

public interface AsynchMessageReceiver

Interface to be implemented by classes who wants themselves to be called when asynchronous messages arrives from the server.


Method Summary
 void asynchMessage(nu.dll.lyskom.AsynchMessage m)
          Called when a messages has been read and parsed by LatteKOM.
 

Method Detail

asynchMessage

public void asynchMessage(nu.dll.lyskom.AsynchMessage m)
Called when a messages has been read and parsed by LatteKOM.

Parameters:
m - The parsed asynch message.

Copyright © Rasmus Sten and contributors, 1997-2004