org.ajax4jsf.event
Class AjaxSingleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.ajax4jsf.event.AjaxSingleEvent
All Implemented Interfaces:
java.io.Serializable

public class AjaxSingleEvent
extends javax.faces.event.FacesEvent

Author:
asmirnov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AjaxSingleEvent(javax.faces.component.UIComponent arg0)
           
 
Method Summary
 javax.faces.event.PhaseId getPhaseId()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener arg0)
           
 void processListener(javax.faces.event.FacesListener arg0)
           
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, 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

AjaxSingleEvent

public AjaxSingleEvent(javax.faces.component.UIComponent arg0)
Parameters:
arg0 -
Method Detail

isAppropriateListener

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

processListener

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

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Overrides:
getPhaseId in class javax.faces.event.FacesEvent


Copyright © 2007. All Rights Reserved.