ecologylab.services.distributed.impl
Interface ServerListener


public interface ServerListener

A listener that reacts to server events, such as when a client connects. Mostly useful for logging events on a server.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Method Summary
 void serverEventOccurred(ServerEvent e)
          Takes an action in response to a server event.
 

Method Detail

serverEventOccurred

void serverEventOccurred(ServerEvent e)
Takes an action in response to a server event.

Parameters:
e - the incoming server event.