This interface will typically be used in the following manner:
Controller controller; //gets initialized while(!controller.isDone() &&
controller.hasNext()) { Sampler sampler = controller.next(); return sampler; }
author: Michael Stover author: Thad Smith version: $Revision: 493779 $