Uses of Interface
org.apache.wicket.IEventDispatcher

Packages that use IEventDispatcher
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Uses of IEventDispatcher in org.apache.wicket.settings
 

Subinterfaces of IEventDispatcher in org.apache.wicket.settings
 interface IFrameworkSettings
          Framework settings for retrieving and configuring framework settings.
 

Methods in org.apache.wicket.settings with parameters of type IEventDispatcher
 void IFrameworkSettings.add(IEventDispatcher dispatcher)
          Registers a new event dispatcher
 

Uses of IEventDispatcher in org.apache.wicket.settings.def
 

Classes in org.apache.wicket.settings.def that implement IEventDispatcher
 class FrameworkSettings
           
 

Methods in org.apache.wicket.settings.def with parameters of type IEventDispatcher
 void FrameworkSettings.add(IEventDispatcher dispatcher)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.