com.lyrisoft.chat
Interface IConnectionListener
- All Known Implementing Classes:
- ChatServerLocal, ChatClient
- public interface IConnectionListener
Interface the implement when you want to get raw messages from the socket connection
Method Summary |
void |
incomingMessage(java.lang.String message)
Notification that a new line was read from the socket |
void |
socketClosed()
Notification that the socket got closed. |
incomingMessage
public void incomingMessage(java.lang.String message)
- Notification that a new line was read from the socket
socketClosed
public void socketClosed()
- Notification that the socket got closed.
Copyright © 2000-2002 Taso Lyristis