Apache Tomcat 7.0.22

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 1041578 2010-12-02 20:48:41Z markt $
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.22

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