org.tranche.network
Class ConnectionAdapter

java.lang.Object
  extended by org.tranche.network.ConnectionAdapter
All Implemented Interfaces:
ConnectionListener

public class ConnectionAdapter
extends java.lang.Object
implements ConnectionListener

Blank implementation of a listener for the connection modifications.

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

Constructor Summary
ConnectionAdapter()
           
 
Method Summary
 void connectionDropped(ConnectionEvent event)
          Event fired when a connection is unestablished.
 void connectionMade(ConnectionEvent event)
          Event fired when a connection is established.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionAdapter

public ConnectionAdapter()
Method Detail

connectionMade

public void connectionMade(ConnectionEvent event)

Event fired when a connection is established.

Blank implementation.

Specified by:
connectionMade in interface ConnectionListener
Parameters:
event - Holds the information describing the event.

connectionDropped

public void connectionDropped(ConnectionEvent event)

Event fired when a connection is unestablished.

Blank implementation.

Specified by:
connectionDropped in interface ConnectionListener
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