org.jgraph.event
Interface GraphModelEvent.ExecutableGraphChange

All Known Implementing Classes:
DefaultGraphModel.GraphModelEdit, DefaultGraphModel.GraphModelLayerEdit, GraphLayoutCache.GraphViewEdit, GraphLayoutCache.GraphViewLayerEdit
Enclosing class:
GraphModelEvent

public static interface GraphModelEvent.ExecutableGraphChange

Defines the interface for objects that may be executed by the model when used as arguments to insert or edit.


Method Summary
 void execute()
          Executes the change.
 

Method Detail

execute

void execute()
Executes the change.