net.anotheria.net.shared.server
Interface IConnectionListener

All Known Implementing Classes:
ServerLogger

public interface IConnectionListener

A listener object which is notified on connection state changes.

Author:
lrosenberg

Method Summary
 void connectionClosed(IConnection connection)
          Called whenever a connection has been closed.
 void connectionOpened(IConnection connection)
          Called whenever a connection has been opened
 

Method Detail

connectionClosed

void connectionClosed(IConnection connection)
Called whenever a connection has been closed.

Parameters:
connection - the connection that has been closed

connectionOpened

void connectionOpened(IConnection connection)
Called whenever a connection has been opened

Parameters:
connection - the connection that has been opened.


Copyright © 2010-2013 anotheria.net. All Rights Reserved.