org.uispec4j.interception.handlers
Class ShownInterceptionCollectorHandler

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

public class ShownInterceptionCollectorHandler
extends java.lang.Object
implements InterceptionHandler


Constructor Summary
ShownInterceptionCollectorHandler()
           
 
Method Summary
 Window getWindow()
           
 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

ShownInterceptionCollectorHandler

public ShownInterceptionCollectorHandler()
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

getWindow

public Window getWindow()


Copyright © 2004-2010. All Rights Reserved.