org.jgraph.event
public class GraphLayoutCacheEvent extends EventObject
Nested Class Summary | |
---|---|
static interface | GraphLayoutCacheEvent.GraphLayoutCacheChange
Defines the interface for objects that may be used to represent a change
to the graph layout cache. |
Field Summary | |
---|---|
protected GraphLayoutCacheEvent.GraphLayoutCacheChange | change
The object that constitutes the change. |
Constructor Summary | |
---|---|
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.
|
Method Summary | |
---|---|
GraphLayoutCacheEvent.GraphLayoutCacheChange | getChange()
Returns the object that constitutes the change.
|
Parameters: 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
Returns: the object that constitutes the change