Package com.uppaal.model.core2
Interface EventListener
-
- All Known Implementing Classes:
AbstractEventListener
public interface EventListenerListener interface to listen for element events.
-
-
Method Summary
Modifier and Type Method Description voidafterInsertion(Node parent, Node node)voidafterMove(Node parent, Node node)voidafterRemoval(Node parent, Node node)voidanchorChanged(AnchoredElement element, InstanceLine oldAnchor, InstanceLine newAnchor)voidbeforeRemoval(Node parent, Node node)voidedgeSourceChanged(Edge source, AbstractLocation oldSource, AbstractLocation newSource)voidedgeTargetChanged(Edge source, AbstractLocation oldTarget, AbstractLocation newTarget)voidmessageSourceChanged(Message source, InstanceLine oldSource, InstanceLine newSource)voidmessageTargetChanged(Message source, InstanceLine oldTarget, InstanceLine newTarget)voidpropertyChanged(Property source, String property, Object old, Object value)
-
-
-
Method Detail
-
edgeSourceChanged
void edgeSourceChanged(Edge source, AbstractLocation oldSource, AbstractLocation newSource)
-
edgeTargetChanged
void edgeTargetChanged(Edge source, AbstractLocation oldTarget, AbstractLocation newTarget)
-
messageSourceChanged
void messageSourceChanged(Message source, InstanceLine oldSource, InstanceLine newSource)
-
messageTargetChanged
void messageTargetChanged(Message source, InstanceLine oldTarget, InstanceLine newTarget)
-
anchorChanged
void anchorChanged(AnchoredElement element, InstanceLine oldAnchor, InstanceLine newAnchor)
-
-