com.atlassian.jira.util
Interface ClockAware


public interface ClockAware

Marks classes that perform time computations and are using Clocks.

Since:
v4.3

Method Summary
 com.atlassian.core.util.Clock clock()
          Clock used by this instance.
 

Method Detail

clock

com.atlassian.core.util.Clock clock()
Clock used by this instance.

Returns:
clock


Copyright © 2002-2013 Atlassian. All Rights Reserved.