wicket.request.target
Interface IEventProcessor

All Known Subinterfaces:
IBookmarkablePageRequestTarget
All Known Implementing Classes:
AbstractListenerInterfaceRequestTarget, BehaviorRequestTarget, BookmarkablePageRequestTarget, ExpiredPageClassRequestTarget, ListenerInterfaceRequestTarget, RedirectPageRequestTarget

public interface IEventProcessor

Targets that implement this interface announce that they can process events. This interface is not meant to be used on its own, but rather to be mixed in with other interfaces, like IListenerInterfaceRequestTarget.

Author:
Eelco Hillenius

Method Summary
 void processEvents(RequestCycle requestCycle)
          After a page is restored, this method is responsible for calling any event handling code based on the request.
 

Method Detail

processEvents

void processEvents(RequestCycle requestCycle)
After a page is restored, this method is responsible for calling any event handling code based on the request.

Parameters:
requestCycle - the current request cycle


Copyright © 2004-2007 Wicket developers. All Rights Reserved.