edu.csus.ecs.pc2.api
Class ServerConnection.ConnectionEventListener
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerConnection.ConnectionEventListener
protected ServerConnection.ConnectionEventListener()
connectionDropped
public void connectionDropped()
- Description copied from interface:
IConnectionEventListener
- Connection Dropped.
- Specified by:
connectionDropped
in interface IConnectionEventListener