Interface IComponentOnConfigureListener

All Known Implementing Classes:
ComponentOnConfigureListenerCollection
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

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