wt.fv
Class FvTimer

java.lang.Object
  extended bywt.fv.FvTimer

public class FvTimer
extends Object


Field Summary
private  Date endDate
           
private  Date startDate
           
 
Constructor Summary
FvTimer()
           
 
Method Summary
 void endTimer(String s)
           
 void startTimer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startDate

private Date startDate

endDate

private Date endDate
Constructor Detail

FvTimer

public FvTimer()
Method Detail

startTimer

public void startTimer()

endTimer

public void endTimer(String s)