edu.csus.ecs.pc2.api.listener
Interface IConnectionEventListener

All Known Implementing Classes:
ServerConnection.ConnectionEventListener

public interface IConnectionEventListener

This interface describes the set of methods when a client is disconnected.

Version:
$Id: IConnectionEventListener.java 1719 2008-12-31 01:08:20Z laned $
Author:
pc2@ecs.csus.edu

Method Summary
 void connectionDropped()
          Connection Dropped.
 

Method Detail

connectionDropped

void connectionDropped()
Connection Dropped.