class SettingsManager.ChangeNotifier extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
private LinkedList<SettingsManager.NotificationObject> |
_notificationQueue |
| Constructor and Description |
|---|
SettingsManager.ChangeNotifier() |
| Modifier and Type | Method and Description |
|---|---|
private void |
notify(SettingsManager.NotificationObject notificationObject) |
void |
notifyData(Data data) |
void |
notifyDynamicChange() |
void |
notifyTermination() |
void |
reset() |
void |
run() |
private LinkedList<SettingsManager.NotificationObject> _notificationQueue
public void reset()
public void notifyDynamicChange()
public void notifyData(Data data)
public void notifyTermination()
private void notify(SettingsManager.NotificationObject notificationObject)