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

javax.portlet.faces.BridgeEventHandler Maven / Gradle / Ivy

/**
 * 
 */
package javax.portlet.faces;

import javax.faces.context.FacesContext;
import javax.portlet.Event;
import javax.portlet.faces.event.EventNavigationResult;

/**
 * @author asmirnov
 *
 */
public interface BridgeEventHandler {
	/**
	 * @param context
	 * @param event
	 * @return
	 */
	public EventNavigationResult handleEvent(FacesContext context, Event event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy