org.apache.wicket
Interface IEventDispatcher

All Known Subinterfaces:
IFrameworkSettings
All Known Implementing Classes:
FrameworkSettings

public interface IEventDispatcher

Delivers an event to a component. Developers can implement and register their dispatchers in IFrameworkSettings to create custom strategies for how events get delivered to components

Author:
Igor Vaynberg (ivaynberg)

Method Summary
 void dispatchEvent(IEventSink sink, IEvent<?> event)
          Dispatches the even to the target component
 

Method Detail

dispatchEvent

void dispatchEvent(IEventSink sink,
                   IEvent<?> event)
Dispatches the even to the target component

Parameters:
sink -
event -


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