org.apache.wicket.application
Interface IComponentOnBeforeRenderListener

All Known Implementing Classes:
StatelessChecker

public interface IComponentOnBeforeRenderListener

Listener that is called right after the component's Component.onBeforeRender() method was invoked.

Author:
Matej Knopp

Method Summary
 void onBeforeRender(Component component)
          Called when the component is about to be rendered
 

Method Detail

onBeforeRender

void onBeforeRender(Component component)
Called when the component is about to be rendered

Parameters:
component - the component that is about to be rendered


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.