Uses of Interface
org.apache.wicket.event.IEvent

Packages that use IEvent
org.apache.wicket The core Wicket package. 
org.apache.wicket.event   
org.apache.wicket.examples.events   
org.apache.wicket.request.cycle   
 

Uses of IEvent in org.apache.wicket
 

Methods in org.apache.wicket with parameters of type IEvent
 void Component.onEvent(IEvent<?> event)
          Called when an event is sent to this sink
 void Session.onEvent(IEvent<?> event)
          Called when an event is sent to this sink
 void Application.onEvent(IEvent<?> event)
          Called when an event is sent to this sink
 

Uses of IEvent in org.apache.wicket.event
 

Methods in org.apache.wicket.event with parameters of type IEvent
 void IEventSink.onEvent(IEvent<?> event)
          Called when an event is sent to this sink
 

Uses of IEvent in org.apache.wicket.examples.events
 

Methods in org.apache.wicket.examples.events with parameters of type IEvent
 void DecoupledAjaxUpdatePage.CounterLabel.onEvent(IEvent<?> event)
           
 

Uses of IEvent in org.apache.wicket.request.cycle
 

Methods in org.apache.wicket.request.cycle with parameters of type IEvent
 void RequestCycle.onEvent(IEvent<?> event)
          Called when an event is sent to this sink
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.