Package de.xima.fc.gui.listener
Class PreRenderViewActionListener
- java.lang.Object
-
- de.xima.fc.gui.listener.PreRenderViewActionListener
-
- All Implemented Interfaces:
Serializable,EventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListener
public class PreRenderViewActionListener extends Object implements javax.faces.event.SystemEventListener, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreRenderViewActionListener(T component)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisListenerForSource(Object source)voidprocessEvent(javax.faces.event.SystemEvent event)static <T extends javax.faces.component.UIComponent & IPreRenderListener>
PreRenderViewActionListenersubscribe(javax.faces.context.FacesContext context, T component)
-
-
-
Method Detail
-
isListenerForSource
public boolean isListenerForSource(Object source)
- Specified by:
isListenerForSourcein interfacejavax.faces.event.SystemEventListener
-
processEvent
public void processEvent(javax.faces.event.SystemEvent event) throws javax.faces.event.AbortProcessingException- Specified by:
processEventin interfacejavax.faces.event.SystemEventListener- Throws:
javax.faces.event.AbortProcessingException
-
subscribe
public static <T extends javax.faces.component.UIComponent & IPreRenderListener> PreRenderViewActionListener subscribe(javax.faces.context.FacesContext context, T component)
-
-