org.jgraph.event |
Contains event classes and listener interfaces that are used to react to events fired by JGraph.
|
Java Source File Name | Type | Comment |
GraphLayoutCacheEvent.java | Class | Encapsulates information describing changes to a graph layout cache, and is
used to notify graph layout cache listeners of the change. |
GraphLayoutCacheListener.java | Interface | Defines the interface for an object that listens to changes in a GraphModel. |
GraphModelEvent.java | Class | Encapsulates information describing changes to a graph model, and is used to
notify graph model listeners of the change. |
GraphModelListener.java | Interface | Defines the interface for an object that listens to changes in a GraphModel. |
GraphSelectionEvent.java | Class | An event that characterizes a change in the current selection. |
GraphSelectionListener.java | Interface | The listener that's notified when the selection in a GraphSelectionModel
changes. |