net.directj.csf
Interface ClientListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- NetworkOutput
- public interface ClientListener
- extends java.util.EventListener
This listener is used to listen to client event.
A client event can be fired in various siuation, like a new connection,
a end of a connection, a request from the client, ...
See the different implementation of client to know more about the differents event that can be fired.
- Version:
- 0.1.1
- Author:
- CARTAPANIS Alexandre <earendil@jprolog.net>
Method Summary |
void |
clientEvent(ClientEvent _evt)
Any class implementing this will receive messages that are received by the client. |
clientEvent
public void clientEvent(ClientEvent _evt)
- Any class implementing this will receive messages that are received by the client.
- Parameters:
_evt
- A client event
Copyright © 2002 CARTAPANIS Alexandre
This page was last updated on May 10 2003