Apache Tomcat 7.0.26

org.apache.catalina
Interface SessionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ClusterSingleSignOn, SingleSignOn

public interface SessionListener
extends java.util.EventListener

Interface defining a listener for significant Session generated events.

Version:
$Id: SessionListener.java 1200162 2011-11-10 05:37:57Z kkolinko $
Author:
Craig R. McClanahan

Method Summary
 void sessionEvent(SessionEvent event)
          Acknowledge the occurrence of the specified event.
 

Method Detail

sessionEvent

void sessionEvent(SessionEvent event)
Acknowledge the occurrence of the specified event.

Parameters:
event - SessionEvent that has occurred

Apache Tomcat 7.0.26

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