Eclipse Draw2d
2.1

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.

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.