Package de.xima.fc.gui.iface
Interface IPreRenderListener
-
- All Known Implementing Classes:
PropertiesForm
public interface IPreRenderListenerInterface 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 voidonPreRender(javax.faces.context.FacesContext context, javax.faces.event.PreRenderViewEvent event)Called whenPreRenderViewEventoccurred.
-