JGraph
v5.10.0.1


org.jgraph.event
Interface GraphLayoutCacheListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BasicGraphUI.GraphLayoutCacheHandler

public interface GraphLayoutCacheListener
extends java.util.EventListener

Defines the interface for an object that listens to changes in a GraphModel.


Method Summary
 void graphLayoutCacheChanged(GraphLayoutCacheEvent e)
          Invoked after a cell has changed in some way.
 

Method Detail

graphLayoutCacheChanged

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.


JGraph
v5.10.0.1


Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.