Interface GraphContainer.Callback
-
- Enclosing interface:
- GraphContainer
public static interface GraphContainer.Callback
Callback which is invoked after theGraphProvider
has been changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callback(GraphContainer graphContainer, GraphProvider graphProvider)
is invoked after theGraphProvider
has changed.
-
-
-
Method Detail
-
callback
void callback(GraphContainer graphContainer, GraphProvider graphProvider)
is invoked after theGraphProvider
has changed.- Parameters:
graphContainer
- The containergraphProvider
- The new graph provider
-
-