org.uispec4j.interception.handlers
Class NewThreadInterceptionHandlerDecorator

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

public class NewThreadInterceptionHandlerDecorator
extends AbstractInterceptionHandlerDecorator


Constructor Summary
NewThreadInterceptionHandlerDecorator(InterceptionHandler innerHandler)
           
 
Method Summary
 void complete()
           
 void join()
           
 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

NewThreadInterceptionHandlerDecorator

public NewThreadInterceptionHandlerDecorator(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
Overrides:
process in class AbstractInterceptionHandlerDecorator

complete

public void complete()

join

public void join()


Copyright © 2004-2010. All Rights Reserved.