public class GraphLayoutCacheEvent
extends java.util.EventObject
Modifier and Type | Class and Description |
---|---|
static interface |
GraphLayoutCacheEvent.GraphLayoutCacheChange
Defines the interface for objects that may be used to represent a change
to the graph layout cache.
|
Modifier and Type | Field and Description |
---|---|
protected GraphLayoutCacheEvent.GraphLayoutCacheChange |
change
The object that constitutes the change.
|
Constructor and Description |
---|
GraphLayoutCacheEvent(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
GraphLayoutCacheEvent.GraphLayoutCacheChange |
getChange()
Returns the object that constitutes the change.
|
protected GraphLayoutCacheEvent.GraphLayoutCacheChange change
public GraphLayoutCacheEvent(java.lang.Object source, GraphLayoutCacheEvent.GraphLayoutCacheChange change)
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 changepublic GraphLayoutCacheEvent.GraphLayoutCacheChange getChange()
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.