org.primefaces.component.behavior.ajax
Class AjaxBehaviorListenerImpl

java.lang.Object
  extended by org.primefaces.component.behavior.ajax.AjaxBehaviorListenerImpl
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.AjaxBehaviorListener, javax.faces.event.BehaviorListener, javax.faces.event.FacesListener

public class AjaxBehaviorListenerImpl
extends Object
implements javax.faces.event.AjaxBehaviorListener, Serializable

See Also:
Serialized Form

Constructor Summary
AjaxBehaviorListenerImpl()
           
AjaxBehaviorListenerImpl(javax.el.MethodExpression listener)
           
 
Method Summary
 void processAjaxBehavior(javax.faces.event.AjaxBehaviorEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxBehaviorListenerImpl

public AjaxBehaviorListenerImpl()

AjaxBehaviorListenerImpl

public AjaxBehaviorListenerImpl(javax.el.MethodExpression listener)
Method Detail

processAjaxBehavior

public void processAjaxBehavior(javax.faces.event.AjaxBehaviorEvent event)
                         throws javax.faces.event.AbortProcessingException
Specified by:
processAjaxBehavior in interface javax.faces.event.AjaxBehaviorListener
Throws:
javax.faces.event.AbortProcessingException


Copyright © 2012. All Rights Reserved.