Interface VerticesUpdateManager
-
- All Superinterfaces:
GraphContainer.ChangeListener
,SelectionListener
- All Known Implementing Classes:
OsgiVerticesUpdateManager
public interface VerticesUpdateManager extends SelectionListener, GraphContainer.ChangeListener
A VerticesUpdateManager is responsible to publish all nodeIds which are currently in focus (e.g. selected or displayable).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
VerticesUpdateManager.VerticesUpdateEvent
static interface
VerticesUpdateManager.VerticesUpdateListener
If you want to listen toVerticesUpdateManager.VerticesUpdateEvent
s, implement this interface.
-
Method Summary
-
Methods inherited from interface org.opennms.features.topology.api.GraphContainer.ChangeListener
graphChanged
-
Methods inherited from interface org.opennms.features.topology.api.SelectionListener
selectionChanged
-
-