org.tranche.network
Interface ConnectionListener

All Known Implementing Classes:
ConnectionAdapter

public interface ConnectionListener

Listener for the connections in the ConnectionUtil.

Author:
James "Augie" Hill - augman85@gmail.com

Method Summary
 void connectionDropped(ConnectionEvent event)
          Event fired when a connection is unestablished.
 void connectionMade(ConnectionEvent event)
          Event fired when a connection is established.
 

Method Detail

connectionMade

void connectionMade(ConnectionEvent event)

Event fired when a connection is established.

Parameters:
event - Holds the information describing the event.

connectionDropped

void connectionDropped(ConnectionEvent event)

Event fired when a connection is unestablished.

Parameters:
event - Holds the information describing the event.


This code is free for use both commercially and non-commercially as stated in the project's license