com.maverick.sshd
Class ConnectionListenerAdapter

java.lang.Object
  extended by com.maverick.sshd.ConnectionListenerAdapter
All Implemented Interfaces:
ConnectionListener

public class ConnectionListenerAdapter
extends Object
implements ConnectionListener


Constructor Summary
ConnectionListenerAdapter()
           
 
Method Summary
 void created(Connection con)
           
 void endSession(Connection con)
           
 void startSession(Connection con)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionListenerAdapter

public ConnectionListenerAdapter()
Method Detail

created

public void created(Connection con)
Specified by:
created in interface ConnectionListener

startSession

public void startSession(Connection con)
Specified by:
startSession in interface ConnectionListener

endSession

public void endSession(Connection con)
Specified by:
endSession in interface ConnectionListener


Copyright © 2012. All Rights Reserved.