org.jboss.test.selenium.waiting
Interface Retrieve<T>

Type Parameters:
T - type of retrieved value

public interface Retrieve<T>

Implementing this method you get implementation of retrieving typed values from some source.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
 T retrieve()
          Override with implementation of retrieving value from source.
 

Method Detail

retrieve

T retrieve()
Override with implementation of retrieving value from source.

Returns:
retrieved value


Copyright © 2010. All Rights Reserved.