Constructor and Description |
---|
ViewUpdater(ScheduledExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
void |
notifyOfAddedView(View view)
Notifies this ViewUpdater of a new metric that should be regularly updated.
|
void |
notifyOfRemovedView(View view)
Notifies this ViewUpdater of a metric that should no longer be regularly updated.
|
public ViewUpdater(ScheduledExecutorService executor)
public void notifyOfAddedView(View view)
view
- metric that should be regularly updatedpublic void notifyOfRemovedView(View view)
view
- metric that should no longer be regularly updatedCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.