Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.binding.alias
Class AliasEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.nuxeo.ecm.platform.ui.web.binding.alias.AliasEvent
All Implemented Interfaces:
Serializable

public class AliasEvent
extends FacesEvent

Wrapper event used by UIAliasHolder component

Since:
5.4
Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
AliasEvent(UIComponent component, FacesEvent originalEvent)
           
 
Method Summary
 FacesEvent getOriginalEvent()
           
 boolean isAppropriateListener(FacesListener listener)
           
 void processListener(FacesListener listener)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AliasEvent

public AliasEvent(UIComponent component,
                  FacesEvent originalEvent)
Method Detail

getOriginalEvent

public FacesEvent getOriginalEvent()

isAppropriateListener

public boolean isAppropriateListener(FacesListener listener)
Specified by:
isAppropriateListener in class FacesEvent

processListener

public void processListener(FacesListener listener)
Specified by:
processListener in class FacesEvent

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.