org.ajax4jsf.event
Interface AjaxListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener

public interface AjaxListener
extends javax.faces.event.FacesListener

Base interface for all listeners, capable for receive AjaxEvent

Version:
$Revision: 1.1.2.1 $ $Date: 2007/01/09 18:57:36 $
Author:
shura (latest modification by $Author: alexsmirnov $)

Field Summary
static java.lang.Class<?>[] AJAX_LISTENER_ARGS
           
 
Method Summary
 void processAjax(AjaxEvent event)
           
 

Field Detail

AJAX_LISTENER_ARGS

static final java.lang.Class<?>[] AJAX_LISTENER_ARGS
Method Detail

processAjax

void processAjax(AjaxEvent event)
Parameters:
event - - to process


Copyright © 2010. All Rights Reserved.