lp.ui
Class AbstractProcessor.StopWatch

java.lang.Object
  extended by lp.ui.AbstractProcessor.StopWatch
Enclosing class:
AbstractProcessor

protected class AbstractProcessor.StopWatch
extends Object


Field Summary
private  String after
           
private  String before
           
private  long time
           
 
Constructor Summary
AbstractProcessor.StopWatch()
           
 
Method Summary
 void setMessages(String before, String after)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

before

private String before

after

private String after

time

private long time
Constructor Detail

AbstractProcessor.StopWatch

public AbstractProcessor.StopWatch()
Method Detail

setMessages

public void setMessages(String before,
                        String after)

start

public void start()

stop

public void stop()