Interface StreamGraphContext.StreamGraphUpdateListener
- All Known Implementing Classes:
AdaptiveGraphManager
- Enclosing interface:
- StreamGraphContext
@Internal
public static interface StreamGraphContext.StreamGraphUpdateListener
Interface for observers that monitor the status of a StreamGraph.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called whenever the StreamGraph is updated.
-
Method Details
-
onStreamGraphUpdated
void onStreamGraphUpdated()This method is called whenever the StreamGraph is updated.
-