public interface WebWindowListener
| Modifier and Type | Method and Description |
|---|---|
void |
windowClosed(WebClient client,
WebWindow window)
Invoked when the web client closes a window.
|
void |
windowOpened(WebClient client,
WebWindow window)
Invoked when the web client opens a new window.
|