javax.servlet.http
Interface HttpSessionListener

All Superinterfaces:
java.util.EventListener

public interface HttpSessionListener
extends java.util.EventListener

Listener events for session creation and destruction

Author:
Rick Knowles

Method Summary
 void sessionCreated(HttpSessionEvent se)
           
 void sessionDestroyed(HttpSessionEvent se)
           
 

Method Detail

sessionCreated

void sessionCreated(HttpSessionEvent se)

sessionDestroyed

void sessionDestroyed(HttpSessionEvent se)


Copyright © 2013. All Rights Reserved.