| Interface | Description |
|---|---|
| Waiting<T extends Waiting<T>> |
Interface for implementations of waiting for satisfaction of condition.
|
| Class | Description |
|---|---|
| DefaultWaiting<T extends Waiting<T>> |
Abstract implementation of immutable class with purpose of waiting with customizable timeout, interval, and failure behaviour
and delay on start of waiting.
|
| Wait |
Factory class with static methods to create new instances of
AjaxWaiting and SeleniumWaiting. |
| Exception | Description |
|---|---|
| WaitTimeoutException |
Indicates timeout of waiting.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.