Class TimedRunnable
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.TimedRunnable
 
- 
- All Implemented Interfaces:
- java.lang.Runnable
 
 public class TimedRunnable extends java.lang.Object implements java.lang.RunnableRunnable which wraps another runnable and records its execution duration using aTimer
- 
- 
Constructor SummaryConstructors Constructor Description TimedRunnable(java.lang.Runnable runnable, com.codahale.metrics.Timer timer)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
 
-