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

br.gov.frameworkdemoiselle.lifecycle.AfterSessionCreated 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 after a new HTTP session is created.
 * 
 * @author serpro
 *
 */
public interface AfterSessionCreated {
	
	/**
	 * 
	 * @return The ID of the recently created session
	 */
	public String getSessionId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy