Uses of Interface
org.jboss.test.selenium.waiting.Retrieve

Packages that use Retrieve
org.jboss.test.selenium.waiting   
 

Uses of Retrieve in org.jboss.test.selenium.waiting
 

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



Copyright © 2010. All Rights Reserved.