public interface AlgorithmExerciseHandler
AlgorithmExercise
s.AlgorithmExerciseController
Modifier and Type | Method and Description |
---|---|
PluginHost |
getHost()
Gets the host of the exercise handler.
|
boolean |
isExerciseModeEnabled()
Indicates whether the exercise mode is enabled.
|
void |
setExerciseModeEnabled(boolean enabled)
Sets whether the exercise mode should be enabled.
|
boolean isExerciseModeEnabled()
true
if the exercise mode is enabled otherwise false
void setExerciseModeEnabled(boolean enabled)
AlgorithmExerciseProvider
of the exercise mode to invisible.enabled
- true
if the exercise mode should be enabled otherwise false
PluginHost getHost()
null
if no host is available