public abstract class WindowHandler extends Object
WindowInterceptor,
Intercepting windows| Modifier | Constructor and Description |
|---|---|
protected |
WindowHandler() |
protected |
WindowHandler(String stepName)
Gives a name to the handler, for description purposes only.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
abstract Trigger |
process(Window window)
Handles the shown window and returns a trigger that will close it.
|
void |
setName(String name) |
protected WindowHandler()
protected WindowHandler(String stepName)
Copyright © 2004–2016. All rights reserved.