BatchRequestService.TimeProvider

Stay organized with collections Save and categorize content based on your preferences.
public static interface BatchRequestService.TimeProvider
Known Indirect Subclasses

Interface for classes that can provide the current time.

Public Method Summary

abstract long
currentTimeMillis()
Returns the current time in milliseconds.

Public Methods

public abstract long currentTimeMillis ()

Returns the current time in milliseconds.