org.apache.wicket
Interface IRedirectListener

All Superinterfaces:
IClusterable, IRequestListener, java.io.Serializable
All Known Implementing Classes:
AccessDeniedPage, BrowserInfoPage, DummyHomePage, DummyPanelPage, ExceptionErrorPage, InternalErrorPage, 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 © 2004-2010 Apache Software Foundation. All Rights Reserved.