com.adventnet.tl1
Class ConnectionListenerImpl

java.lang.Object
  extended by com.adventnet.tl1.ConnectionListenerImpl
All Implemented Interfaces:
ConnectionListener

public class ConnectionListenerImpl
extends java.lang.Object
implements ConnectionListener

A sample implementation of the ConnectionListener interface .


Constructor Summary
ConnectionListenerImpl()
          Default Constructor.
 
Method Summary
 void processConnectionDown(TL1Session session)
          If connection is lost, this method is invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionListenerImpl

public ConnectionListenerImpl()
Default Constructor.

Method Detail

processConnectionDown

public void processConnectionDown(TL1Session session)
If connection is lost, this method is invoked.

Specified by:
processConnectionDown in interface ConnectionListener
Parameters:
session - TL1Session reference to session object.