com.github.dreamhead.moco.procedure
Class LatencyProcedure

java.lang.Object
  extended by com.github.dreamhead.moco.procedure.LatencyProcedure
All Implemented Interfaces:
MocoProcedure

public class LatencyProcedure
extends java.lang.Object
implements MocoProcedure


Constructor Summary
LatencyProcedure(long millis)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatencyProcedure

public LatencyProcedure(long millis)
Method Detail

execute

public void execute()
Specified by:
execute in interface MocoProcedure