Apache Tomcat 7.0.54

org.apache.catalina
Interface SessionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ClusterSingleSignOn, SingleSignOn

public interface SessionListener
extends EventListener

Interface defining a listener for significant Session generated events.

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.54

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