com.github.dreamhead.moco
Interface MocoEventAction

All Superinterfaces:
ConfigApplier<MocoEventAction>
All Known Implementing Classes:
MocoAsyncAction, MocoRequestAction

public interface MocoEventAction
extends ConfigApplier<MocoEventAction>


Method Summary
 void execute()
           
 
Methods inherited from interface com.github.dreamhead.moco.ConfigApplier
apply
 

Method Detail

execute

void execute()