org.richfaces.application.push.DestroyableSession Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of richfaces-core Show documentation
Show all versions of richfaces-core Show documentation
The RichFaces core framework.
package org.richfaces.application.push;
/**
* A Push session that needs to be destroyed when ending
*/
public interface DestroyableSession extends Session {
/**
* Destroy the session and associated resources
*/
void destroy();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy