org.uispec4j.interception.handlers
Class ModalInterceptionCheckerHandler

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

public class ModalInterceptionCheckerHandler
extends AbstractInterceptionHandlerDecorator


Constructor Summary
ModalInterceptionCheckerHandler(InterceptionHandler innerHandler, boolean shouldBeModal)
           
 
Method Summary
 void process(Window window)
          Called to process a modal dialog when it is shown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModalInterceptionCheckerHandler

public ModalInterceptionCheckerHandler(InterceptionHandler innerHandler,
                                       boolean shouldBeModal)
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


Copyright © 2004-2010. All Rights Reserved.