org.uispec4j.interception.handlers
Class AbstractInterceptionHandlerDecorator

java.lang.Object
  extended by org.uispec4j.interception.handlers.AbstractInterceptionHandlerDecorator
All Implemented Interfaces:
InterceptionHandler
Direct Known Subclasses:
ClosedInterceptionDetectionHandler, ModalInterceptionCheckerHandler, NewThreadInterceptionHandlerDecorator, ShownInterceptionDetectionHandler

public abstract class AbstractInterceptionHandlerDecorator
extends java.lang.Object
implements InterceptionHandler


Constructor Summary
protected AbstractInterceptionHandlerDecorator(InterceptionHandler innerHandler)
           
 
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

AbstractInterceptionHandlerDecorator

protected AbstractInterceptionHandlerDecorator(InterceptionHandler innerHandler)
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


Copyright © 2004-2010. All Rights Reserved.