org.apache.wicket.markup.html
Interface INewBrowserWindowListener

All Superinterfaces:
IClusterable, IRequestListener, java.io.Serializable
All Known Implementing Classes:
AccessDeniedPage, BrowserInfoPage, DummyHomePage, DummyPanelPage, ExceptionErrorPage, InternalErrorPage, PageExpiredErrorPage, PopupCloseLink.ClosePopupPage, RedirectPage, WebPage

public interface INewBrowserWindowListener
extends IRequestListener

Internal listener.

Author:
Johan Compagner, Jonathan Locke

Field Summary
static RequestListenerInterface INTERFACE
          Listener interface object
 
Method Summary
 void onNewBrowserWindow()
          Called when a new browser window is detected.
 

Field Detail

INTERFACE

static final RequestListenerInterface INTERFACE
Listener interface object

Method Detail

onNewBrowserWindow

void onNewBrowserWindow()
Called when a new browser window is detected.



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