org.jgraph.event
Interface GraphLayoutCacheListener
- EventListener
- BasicGraphUI.GraphLayoutCacheHandler
public interface GraphLayoutCacheListener
extends EventListener
Defines the interface for an object that listens to changes in a GraphModel.
graphLayoutCacheChanged
public void graphLayoutCacheChanged(GraphLayoutCacheEvent e)
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.
Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.