public interface AnchorListener
Instances of this class can be added as listeners of an Anchor using the
addAnchorListener
method and removed using the
removeAnchorListener
method.
Modifier and Type | Method and Description |
---|---|
void |
anchorMoved(ConnectionAnchor anchor)
Called when an anchor has moved to a new location.
|
void anchorMoved(ConnectionAnchor anchor)
anchor
- The anchor that has moved.Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.