Package mondrian.test
Interface ChooseRunnable
-
interface ChooseRunnable
Similar toRunnable
, except classes which implementChooseRunnable
choose what to do based upon an integer parameter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(int i)
-