com.jagacy
Interface Seconds


public interface Seconds

Convenience class for converting seconds to milliseconds.

Author:
Robert M. Preston

Field Summary
static int EIGHT_SECONDS
           
static int FIFTY_SECONDS
           
static int FIVE_SECONDS
           
static int FORTY_SECONDS
           
static int FOUR_SECONDS
           
static int NINE_SECONDS
           
static int ONE_SECOND
           
static int SEVEN_SECONDS
           
static int SIX_SECONDS
           
static int SIXTY_SECONDS
           
static int TEN_SECONDS
           
static int THIRTY_SECONDS
           
static int THREE_SECONDS
           
static int TWENTY_SECONDS
           
static int TWO_SECONDS
           
 

Field Detail

ONE_SECOND

public static final int ONE_SECOND
See Also:
Constant Field Values

TWO_SECONDS

public static final int TWO_SECONDS
See Also:
Constant Field Values

THREE_SECONDS

public static final int THREE_SECONDS
See Also:
Constant Field Values

FOUR_SECONDS

public static final int FOUR_SECONDS
See Also:
Constant Field Values

FIVE_SECONDS

public static final int FIVE_SECONDS
See Also:
Constant Field Values

SIX_SECONDS

public static final int SIX_SECONDS
See Also:
Constant Field Values

SEVEN_SECONDS

public static final int SEVEN_SECONDS
See Also:
Constant Field Values

EIGHT_SECONDS

public static final int EIGHT_SECONDS
See Also:
Constant Field Values

NINE_SECONDS

public static final int NINE_SECONDS
See Also:
Constant Field Values

TEN_SECONDS

public static final int TEN_SECONDS
See Also:
Constant Field Values

TWENTY_SECONDS

public static final int TWENTY_SECONDS
See Also:
Constant Field Values

THIRTY_SECONDS

public static final int THIRTY_SECONDS
See Also:
Constant Field Values

FORTY_SECONDS

public static final int FORTY_SECONDS
See Also:
Constant Field Values

FIFTY_SECONDS

public static final int FIFTY_SECONDS
See Also:
Constant Field Values

SIXTY_SECONDS

public static final int SIXTY_SECONDS
See Also:
Constant Field Values