All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.beanbox.Timer

java.lang.Object
   |
   +----sun.beanbox.Timer

public class Timer
extends Object

Constructor Index

 o Timer()
 o Timer(boolean)

Method Index

 o add(Timer)
 o elapsed()
 o reset()
 o stop()

Constructors

 o Timer
 public Timer()
 o Timer
 public Timer(boolean running)

Methods

 o reset
 public void reset()
 o stop
 public void stop()
 o elapsed
 public String elapsed()
 o add
 public void add(Timer tim)

All Packages  Class Hierarchy  This Package  Previous  Next  Index