com.vaadin.server
Interface SessionDestroyListener

All Superinterfaces:
java.io.Serializable

public interface SessionDestroyListener
extends java.io.Serializable

A listener that gets notified when a Vaadin service session is no longer used.

Since:
7.0.0
Author:
Vaadin Ltd
See Also:
VaadinService.addSessionDestroyListener(SessionDestroyListener)

Method Summary
 void sessionDestroy(SessionDestroyEvent event)
          Called when a Vaadin service session is no longer used.
 

Method Detail

sessionDestroy

void sessionDestroy(SessionDestroyEvent event)
Called when a Vaadin service session is no longer used.

Parameters:
event - the event with details about the destroyed session


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.