public class ClosedInterceptionDetectionHandler extends AbstractInterceptionHandlerDecorator
Modifier and Type | Field and Description |
---|---|
static String |
MODAL_DIALOG_NOT_CLOSED_ERROR_MESSAGE |
Constructor and Description |
---|
ClosedInterceptionDetectionHandler(InterceptionHandler innerHandler,
long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
checkWindowWasClosed() |
void |
process(Window window)
Called to process a modal dialog when it is shown.
|
void |
stop() |
public static final String MODAL_DIALOG_NOT_CLOSED_ERROR_MESSAGE
public ClosedInterceptionDetectionHandler(InterceptionHandler innerHandler, long timeout)
public void process(Window window)
InterceptionHandler
process
in interface InterceptionHandler
process
in class AbstractInterceptionHandlerDecorator
public void checkWindowWasClosed()
public void stop()
Copyright © 2004–2016. All rights reserved.