GraphModelEvent
that is fired when one or more nodes are inserted into a GraphModel
. The event carries information about which node was inserted. It may also optionally carry information about the node that appears "before" it and "after" the inserted nodes in the graph flow. (This makes sense only in a certain type of graphs - we use it in the integration client's Operation Graph at the moment, but if this graph-package becomes more generally used we will probably change it.)
@author Torgil Zethson
@since 2.0.0
|
|