org.odlabs.wiquery.core
Class WiQueryPluginInstantiationListener

java.lang.Object
  extended by org.odlabs.wiquery.core.WiQueryPluginInstantiationListener
All Implemented Interfaces:
org.apache.wicket.application.IComponentInstantiationListener

public class WiQueryPluginInstantiationListener
extends Object
implements org.apache.wicket.application.IComponentInstantiationListener

Makes sure all components which implements IWiQueryPlugin.

Since:
1.5
Author:
Hielke Hoeve

Constructor Summary
WiQueryPluginInstantiationListener()
           
 
Method Summary
 void onInstantiation(org.apache.wicket.Component component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WiQueryPluginInstantiationListener

public WiQueryPluginInstantiationListener()
Method Detail

onInstantiation

public void onInstantiation(org.apache.wicket.Component component)
Specified by:
onInstantiation in interface org.apache.wicket.application.IComponentInstantiationListener


Copyright © 2012. All Rights Reserved.