public interface IComponentOnConfigureListener
Component.onConfigure() and
Behavior.onConfigure(org.apache.wicket.Component)
methods have been executed).
Implementations must be thread safe| Modifier and Type | Method and Description |
|---|---|
void |
onConfigure(Component component)
Called for every component after its
Component#onConfigure() and
Behavior.onConfigure(org.apache.wicket.Component)
methods have been executed). |
void onConfigure(Component component)
Component#onConfigure() and
Behavior.onConfigure(org.apache.wicket.Component)
methods have been executed).component - the component that is being configured.Copyright © 2006–2014 Apache Software Foundation. All rights reserved.