feud.clientserver
Interface ClientLogoutListener

All Known Implementing Classes:
BlueThunderServer

public interface ClientLogoutListener

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


Method Summary
 DataContainer loggedOut(ClientInfo ci)
          A client has been logged out.
 

Method Detail

loggedOut

public DataContainer loggedOut(ClientInfo ci)
A client has been logged out.

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