Graphene Implementation 1.0.0.CR3

org.jboss.arquillian.ajocado.waiting.selenium
Interface SeleniumRetriever<T>

Type Parameters:
T - type of retrieved value
All Superinterfaces:
RetrievedValueHolder<T>
All Known Subinterfaces:
Retriever<T>
All Known Implementing Classes:
AttributeRetriever, TextRetriever

public interface SeleniumRetriever<T>
extends RetrievedValueHolder<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.
 
Methods inherited from interface org.jboss.arquillian.ajocado.waiting.retrievers.RetrievedValueHolder
getValue, initializeValue, setValue
 

Method Detail

retrieve

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

Returns:
retrieved value

Graphene Implementation 1.0.0.CR3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.