org.norther.tammi.spray.session
Interface SessionExpirationListener

All Superinterfaces:
EventListener

public interface SessionExpirationListener
extends EventListener

Session managers implementing the SessionExpirationListener interface will be notified when sessions expire. The manager is notified by the SessionExpirationEvent event.

Author:
Ilkka Priha

Method Summary
 void sessionExpired(SessionExpirationEvent event)
          Notifies the manager that a session expired.
 

Method Detail

sessionExpired

void sessionExpired(SessionExpirationEvent event)
Notifies the manager that a session expired.

Parameters:
event - the expiration event.


Copyright © 2004 The Norther Organization. All rights reserved.