| Methods in org.jboss.test.selenium.waiting with parameters of type Retrieve |
static
|
Wait.waitForChange(T oldValue,
Retrieve<T> retrieve)
Waits until Retrieve's implementation doesn't retrieve value other
than oldValue. |
|
Wait.Waiting.waitForChange(T oldValue,
Retrieve<T> retrieve)
Waits until Retrieve's implementation doesn't retrieve value other
than oldValue. |
static
|
Wait.waitForChangeAndReturn(T oldValue,
Retrieve<T> retrieve)
Waits until Retrieve's implementation doesn't retrieve value other
than oldValue and this new value returns. |
|
Wait.Waiting.waitForChangeAndReturn(T oldValue,
Retrieve<T> retrieve)
Waits until Retrieve's implementation doesn't retrieve value other
than oldValue and this new value returns. |