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 TypeMethodDescriptionbooleanisListenerForSource(Object source) voidprocessEvent(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:
 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)  
 -