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

org.richfaces.application.push.DestroyableSession Maven / Gradle / Ivy

There is a newer version: 4.6.21.ayg
Show newest version
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