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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isListenerForSource
(Object source) void
processEvent
(javax.faces.event.SystemEvent event) static <T extends javax.faces.component.UIComponent & IPreRenderListener>
PreRenderViewActionListenersubscribe
(javax.faces.context.FacesContext context, T component)
-
Constructor Details
-
PreRenderViewActionListener
public PreRenderViewActionListener(T component)
-
-
Method Details
-
isListenerForSource
- Specified by:
isListenerForSource
in interfacejavax.faces.event.SystemEventListener
-
processEvent
public void processEvent(javax.faces.event.SystemEvent event) throws javax.faces.event.AbortProcessingException - Specified by:
processEvent
in 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)
-