org.eclipse.draw2d
Interface AnchorListener

All Known Implementing Classes:
PolylineConnection

public interface AnchorListener

A listener interface for receiving notification that an anchor has moved.


Method Summary
 void anchorMoved(ConnectionAnchor anchor)
          Called when an anchor has moved to a new location.
 

Method Detail

anchorMoved

public void anchorMoved(ConnectionAnchor anchor)
Called when an anchor has moved to a new location.

Parameters:
anchor - The anchor that has moved.