org.apache.wicket.application
Interface IComponentOnConfigureListener

All Known Implementing Classes:
ComponentOnConfigureListenerCollection

public interface IComponentOnConfigureListener

Listener interface that receives messages when components are configured (after Component.onConfigure() and Behavior.onConfigure(org.apache.wicket.Component) methods have been executed). Implementations must be thread safe


Method Summary
 void onConfigure(Component component)
          Called for every component after its Component#onConfigure() and Behavior.onConfigure(org.apache.wicket.Component) methods have been executed).
 

Method Detail

onConfigure

void onConfigure(Component component)
Called for every component after its Component#onConfigure() and Behavior.onConfigure(org.apache.wicket.Component) methods have been executed).

Parameters:
component - the component that is being configured.


Copyright © 2006–2016 Apache Software Foundation. All rights reserved.