org.apache.sshd.common
Interface SessionListener


public interface SessionListener

Represents an interface receiving Session events.

Author:
Apache MINA SSHD Project

Method Summary
 void sessionClosed(Session s)
           
 void sessionCreated(Session session)
           
 

Method Detail

sessionCreated

void sessionCreated(Session session)

sessionClosed

void sessionClosed(Session s)


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.