butler.ext.session
Interface SessionListener


public interface SessionListener

Author:
Fredrik Bertilsson

Method Summary
 void sessionCreated(Session session)
           
 void sessionEnded(Session session)
           
 

Method Detail

sessionCreated

void sessionCreated(Session session)
                    throws java.lang.Exception
Throws:
java.lang.Exception

sessionEnded

void sessionEnded(Session session)
                  throws java.lang.Exception
Throws:
java.lang.Exception