public abstract class AbstractInterceptionHandlerDecorator extends Object implements InterceptionHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInterceptionHandlerDecorator(InterceptionHandler innerHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Window window)
Called to process a modal dialog when it is shown.
|
protected AbstractInterceptionHandlerDecorator(InterceptionHandler innerHandler)
public void process(Window window)
InterceptionHandlerprocess in interface InterceptionHandlerCopyright © 2004–2016. All rights reserved.