Package org.jgraph.event
Interface GraphLayoutCacheListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
BasicGraphUI.GraphLayoutCacheHandler
Defines the interface for an object that listens to changes in a GraphModel.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked after a cell has changed in some way.
-
Method Details
-
graphLayoutCacheChanged
Invoked after a cell has changed in some way. The vertex/vertices may have changed bounds or altered adjacency, or other attributes have changed that may affect presentation.
-