|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.listener.ListenerCollection<IComponentInstantiationListener>
org.apache.wicket.application.ComponentInstantiationListenerCollection
public class ComponentInstantiationListenerCollection
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection |
|---|
ListenerCollection.INotifier<T> |
| Constructor Summary | |
|---|---|
ComponentInstantiationListenerCollection()
|
|
| Method Summary | |
|---|---|
void |
onInstantiation(Component component)
Called for every component that is instantiated. |
| Methods inherited from class org.apache.wicket.util.listener.ListenerCollection |
|---|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentInstantiationListenerCollection()
| Method Detail |
|---|
public void onInstantiation(Component component)
IComponentInstantiationListener
onInstantiation in interface IComponentInstantiationListenercomponent - the component that is being instantiated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||