com.github.dreamhead.moco.action
Class MocoAsyncAction

java.lang.Object
  extended by com.github.dreamhead.moco.action.MocoAsyncAction
All Implemented Interfaces:
MocoEventAction

public class MocoAsyncAction
extends java.lang.Object
implements MocoEventAction


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

Constructor Detail

MocoAsyncAction

public MocoAsyncAction(MocoEventAction action,
                       LatencyProcedure procedure)
Method Detail

execute

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