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

org.primefaces.push.AdvancedPushContextListener Maven / Gradle / Ivy

There is a newer version: 14.0.0-RC2
Show newest version
package org.primefaces.push;

import org.atmosphere.cpr.AsyncSupportListener;
import org.atmosphere.cpr.BroadcasterListener;

/**
 * Advanced {@link PushContextListener} to listen to all available Atmosphere callbacks.
 * The default {@link PushContextListener} should be enough for the most cases.
 */
public interface AdvancedPushContextListener extends PushContextListener, AsyncSupportListener, BroadcasterListener {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy