public interface GoalConfigChangeNotifier
Modifier and Type | Interface and Description |
---|---|
static class |
GoalConfigChangeNotifier.GoalConfigChangeListener
A listener that can get registered to run whenever the goal config is updated.
|
Modifier and Type | Method and Description |
---|---|
void |
registerListener(GoalConfigChangeNotifier.GoalConfigChangeListener listener)
Registers a listener that gets notified when the goal configs change.
|
void registerListener(GoalConfigChangeNotifier.GoalConfigChangeListener listener)