org.uispec4j.interception.handlers
Class ShownInterceptionDetectionHandler

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

public class ShownInterceptionDetectionHandler
extends AbstractInterceptionHandlerDecorator


Field Summary
static java.lang.String NO_WINDOW_WAS_SHOWN_ERROR_MESSAGE
           
 
Constructor Summary
ShownInterceptionDetectionHandler(InterceptionHandler handler, long waitTimeLimit)
           
 
Method Summary
 void process(Window window)
          Called to process a modal dialog when it is shown.
 void waitWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_WINDOW_WAS_SHOWN_ERROR_MESSAGE

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

ShownInterceptionDetectionHandler

public ShownInterceptionDetectionHandler(InterceptionHandler handler,
                                         long waitTimeLimit)
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

waitWindow

public void waitWindow()


Copyright © 2004-2010. All Rights Reserved.