All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.gov.frameworkdemoiselle.lifecycle.BeforeSessionDestroyed Maven / Gradle / Ivy

There is a newer version: 2.5.4
Show newest version
package br.gov.frameworkdemoiselle.lifecycle;

/**
 * This interface represents an event fired before an HTTP session is destroyed.
 * 
 * @author serpro
 *
 */
public interface BeforeSessionDestroyed {
	
	/**
	 * 
	 * @return The session ID of the session about to be destroyed
	 */
	public String getSessionId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy