org.apache.wicket
Interface IRedirectListener

All Superinterfaces:
IClusterable, IRequestListener, Serializable
All Known Implementing Classes:
AbstractErrorPage, AccessDeniedPage, BaseWicketTester.StartComponentInPage, BrowserInfoPage, DummyHomePage, DummyPanelPage, ExceptionErrorPage, GenericWebPage, InternalErrorPage, MockHomePage, Page, PageExpiredErrorPage, PopupCloseLink.ClosePopupPage, RedirectPage, WebPage

public interface IRedirectListener
extends IRequestListener

Request listener called on page redirects.

Author:
Jonathan Locke

Field Summary
static RequestListenerInterface INTERFACE
          Redirect listener interface
 
Method Summary
 void onRedirect()
          Called when a page redirect happens.
 

Field Detail

INTERFACE

static final RequestListenerInterface INTERFACE
Redirect listener interface

Method Detail

onRedirect

void onRedirect()
Called when a page redirect happens.



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