Package | Description |
---|---|
pk.contender.earmouse |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Exercise> |
Module.exerciseList
List of this Module's Exercises
|
Modifier and Type | Method and Description |
---|---|
Exercise |
Module.getExercise(int exerciseIndex)
Generates an Exercise instance.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
MediaFragment.PrepareExerciseWorker.doInBackground(Exercise... params) |
void |
MediaFragment.prepareExercise(Exercise exercise)
Prepare and load a WAV file for the given Exercise.
|