edu.csus.ecs.pc2.api
Class ServerConnection.ConnectionEventListener

java.lang.Object
  extended by edu.csus.ecs.pc2.api.ServerConnection.ConnectionEventListener
All Implemented Interfaces:
IConnectionEventListener
Enclosing class:
ServerConnection

protected class ServerConnection.ConnectionEventListener
extends Object
implements IConnectionEventListener

A Connection Event used by ServerConnection.

Version:
$Id: ServerConnection.java 2067 2010-03-26 04:33:37Z laned $
Author:
pc2@ecs.csus.edu

Constructor Summary
protected ServerConnection.ConnectionEventListener()
           
 
Method Summary
 void connectionDropped()
          Connection Dropped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConnection.ConnectionEventListener

protected ServerConnection.ConnectionEventListener()
Method Detail

connectionDropped

public void connectionDropped()
Description copied from interface: IConnectionEventListener
Connection Dropped.

Specified by:
connectionDropped in interface IConnectionEventListener