feud.clientserver
Interface ClientLoginListener

All Known Implementing Classes:
BlueThunderServer

public interface ClientLoginListener

A listener that will be notified by the server in case of a client's log in.


Method Summary
 DataContainer loggedIn(ClientInfo ci, DataContainer dc)
          A client has been logged in.
 

Method Detail

loggedIn

public DataContainer loggedIn(ClientInfo ci,
                              DataContainer dc)
A client has been logged in.

Parameters:
ci - the ClientInfo of the logged in client
Returns:
DataContainer an optional DataContainer (may be null) that the server will broadcast to all other clients (usually a "XXX logged in" message or something).