public interface EventListener
Modifier and Type | Method and Description |
---|---|
void |
afterInsertion(Node parent,
Node node) |
void |
afterMove(Node parent,
Node node)
notified when node is moved among siblings (the same parent)
|
void |
afterRemoval(Node parent,
Node node) |
void |
anchorChanged(AnchoredElement element,
InstanceLine oldAnchor,
InstanceLine newAnchor) |
void |
beforeRemoval(Node parent,
Node node) |
void |
edgeSourceChanged(Edge source,
AbstractLocation oldSource,
AbstractLocation newSource) |
void |
edgeTargetChanged(Edge source,
AbstractLocation oldTarget,
AbstractLocation newTarget) |
void |
messageSourceChanged(Message source,
InstanceLine oldSource,
InstanceLine newSource) |
void |
messageTargetChanged(Message source,
InstanceLine oldTarget,
InstanceLine newTarget) |
void |
propertyChanged(Property source,
String property,
Object old,
Object value) |
void afterMove(Node parent, Node node)
void edgeSourceChanged(Edge source, AbstractLocation oldSource, AbstractLocation newSource)
void edgeTargetChanged(Edge source, AbstractLocation oldTarget, AbstractLocation newTarget)
void messageSourceChanged(Message source, InstanceLine oldSource, InstanceLine newSource)
void messageTargetChanged(Message source, InstanceLine oldTarget, InstanceLine newTarget)
void anchorChanged(AnchoredElement element, InstanceLine oldAnchor, InstanceLine newAnchor)
Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.