@FunctionalInterface public static interface ExpertToggleAction.ExpertModeChangeListener
Modifier and Type | Method and Description |
---|---|
void |
expertChanged(boolean isExpert)
The expert mode changed.
|
void expertChanged(boolean isExpert)
isExpert
- true
if expert mode was enabled, false otherwise.