public abstract static class GoalConfigChangeNotifier.GoalConfigChangeListener extends Object
Constructor and Description |
---|
GoalConfigChangeListener(String name) |
Modifier and Type | Method and Description |
---|---|
String |
name() |
abstract void |
onChange(SbcGoalsConfig newConfig)
The method that gets called whenever the goals configuration changes.
|
public GoalConfigChangeListener(String name)
name
- the name (an identifier) of this listenerpublic abstract void onChange(SbcGoalsConfig newConfig)
newConfig
- the new configpublic String name()