org.jgraph.event
Class GraphLayoutCacheEvent
EventObject
org.jgraph.event.GraphLayoutCacheEvent
public class GraphLayoutCacheEvent
extends EventObject
Encapsulates information describing changes to a graph layout cache, and is
used to notify graph layout cache listeners of the change. Note that graph
layout cache events do not repeat information in graph model events if there
is no view specific information. The idea of this event is to provide
information on what has changed in the graph layout cache only.
GraphLayoutCacheEvent
public GraphLayoutCacheEvent(Object source,
GraphLayoutCacheEvent.GraphLayoutCacheChange change)
Used to create an event when cells have been changed, inserted, or
removed, identifying the change as a GraphLayoutCacheChange object.
source
- the Object responsible for generating the event (typically the
creator of the event object passes this
for its
value)change
- the object that describes the change
Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.