Package de.xima.fc.gui.iface
Interface IPreRenderListener
-
- All Known Implementing Classes:
PropertiesForm
public interface IPreRenderListener
Interface to be used in conjunction withPreRenderViewActionListener
, to make it easier for a component to listen to aPreRenderViewEvent
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPreRender(javax.faces.context.FacesContext context, javax.faces.event.PreRenderViewEvent event)
Called whenPreRenderViewEvent
occurred.
-