DRAFT

javax.faces.event
Interface AjaxBehaviorListener

All Superinterfaces:
BehaviorListener, java.util.EventListener, FacesListener

public interface AjaxBehaviorListener
extends BehaviorListener

By implementing this class, an object indicates that it is a listener for one or more kinds of BehaviorEvents.

Since:
2.0

Method Summary
 void processAjaxBehavior(AjaxBehaviorEvent event)
          

 

Method Detail

processAjaxBehavior

void processAjaxBehavior(AjaxBehaviorEvent event)
                         throws AbortProcessingException

Parameters:
event - the AjaxBehaviorEvent instance that is being processed.
Throws:
AbortProcessingException - if lifecycle processing should cease for this request.
Since:
2.0

DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Generated on 24-November-2009 03:24