com.atlassian.pageobjects.elements.query.util
Interface ClockAware

All Known Implementing Classes:
AbstractTimedCondition, AbstractTimedQuery, GenericWebDriverTimedQuery, StaticQuery, WebDriverLocatableBasedTimedCondition, WebDriverLocatableBasedTimedQuery, WebElementBasedTimedCondition, WebElementBasedTimedQuery

public interface ClockAware

Marks classes that perform time computations and are using Clocks.


Method Summary
 Clock clock()
          Clock used by this instance.
 

Method Detail

clock

Clock clock()
Clock used by this instance.

Returns:
clock


Copyright © 2014 Atlassian. All rights reserved.