com.javaranch.common
Class Time

java.lang.Object
  |
  +--com.javaranch.common.Time

public class Time
extends java.lang.Object

Contains a collection of static methods related to Time.

- - - - - - - - - - - - - - - - -

Copyright (c) 1998-2004 Paul Wheaton

You are welcome to do whatever you want to with this source file provided that you maintain this comment fragment (between the dashed lines). Modify it, change the package name, change the class name ... personal or business use ... sell it, share it ... add a copyright for the portions you add ...

My goal in giving this away and maintaining the copyright is to hopefully direct developers back to JavaRanch.

The original source can be found at JavaRanch

- - - - - - - - - - - - - - - - -

Author:
Paul Wheaton

Method Summary
static void debug(java.lang.String text)
          send test to System.out.println and then delay for half a sec.
static void delay(int millisecs)
          Wait for a bit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

delay

public static void delay(int millisecs)
Wait for a bit.

Parameters:
millisecs - - How long to wait in milliseconds.


debug

public static void debug(java.lang.String text)
send test to System.out.println and then delay for half a sec.



Copyright ©2004 Paul Wheaton All Rights Reserved