Class TimeTakenInterface

java.lang.Object
  |
  +--TimeTakenInterface

public class TimeTakenInterface
extends java.lang.Object


Constructor Summary
TimeTakenInterface()
           
 
Method Summary
 javax.swing.JPanel createPanel()
           
 void updateTime(long old_time, long new_time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeTakenInterface

public TimeTakenInterface()
Method Detail

createPanel

public javax.swing.JPanel createPanel()

updateTime

public void updateTime(long old_time,
                       long new_time)