org.uispec4j.interception.handlers
Class ClosedInterceptionDetectionHandler

java.lang.Object
  extended by org.uispec4j.interception.handlers.AbstractInterceptionHandlerDecorator
      extended by org.uispec4j.interception.handlers.ClosedInterceptionDetectionHandler
All Implemented Interfaces:
InterceptionHandler

public class ClosedInterceptionDetectionHandler
extends AbstractInterceptionHandlerDecorator


Field Summary
static java.lang.String MODAL_DIALOG_NOT_CLOSED_ERROR_MESSAGE
           
 
Constructor Summary
ClosedInterceptionDetectionHandler(InterceptionHandler innerHandler, long timeout)
           
 
Method Summary
 void checkWindowWasClosed()
           
 void process(Window window)
          Called to process a modal dialog when it is shown.
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODAL_DIALOG_NOT_CLOSED_ERROR_MESSAGE

public static final java.lang.String MODAL_DIALOG_NOT_CLOSED_ERROR_MESSAGE
See Also:
Constant Field Values
Constructor Detail

ClosedInterceptionDetectionHandler

public ClosedInterceptionDetectionHandler(InterceptionHandler innerHandler,
                                          long timeout)
Method Detail

process

public void process(Window window)
Description copied from interface: InterceptionHandler
Called to process a modal dialog when it is shown.

Specified by:
process in interface InterceptionHandler
Overrides:
process in class AbstractInterceptionHandlerDecorator

checkWindowWasClosed

public void checkWindowWasClosed()

stop

public void stop()


Copyright © 2004-2010. All Rights Reserved.