com.newisys.randsolver
Interface RandomHooks


public interface RandomHooks

An interface providing support for executng arbitrary code immediately prior to and after a Randomizable is randomized by the Solver.


Method Summary
 void postRandomize()
           
 void preRandomize()
           
 

Method Detail

preRandomize

void preRandomize()

postRandomize

void postRandomize()