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

All Known Implementing Classes:
SystemClock

public interface Clock

Provides information about current time.


Method Summary
 long currentTime()
          Current time according to this clock.
 

Method Detail

currentTime

long currentTime()
Current time according to this clock.

Returns:
current time


Copyright © 2014 Atlassian. All rights reserved.