RichFaces UI Components UI 4.3.0.CR2

org.richfaces.event
Class BypassUpdatesAjaxBehaviorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.BehaviorEvent
              extended by org.richfaces.event.BypassUpdatesAjaxBehaviorEvent
All Implemented Interfaces:
Serializable

public class BypassUpdatesAjaxBehaviorEvent
extends javax.faces.event.BehaviorEvent

Author:
Nick Belaevski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BypassUpdatesAjaxBehaviorEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior)
           
 
Method Summary
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           
 
Methods inherited from class javax.faces.event.BehaviorEvent
getBehavior
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BypassUpdatesAjaxBehaviorEvent

public BypassUpdatesAjaxBehaviorEvent(javax.faces.component.UIComponent component,
                                      javax.faces.component.behavior.Behavior behavior)
Method Detail

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

processListener

public void processListener(javax.faces.event.FacesListener listener)
Specified by:
processListener in class javax.faces.event.FacesEvent

RichFaces UI Components UI 4.3.0.CR2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.