org.globus.cog.gui.grapheditor.targets.swing.util
Interface AnchorListener

All Known Implementing Classes:
EdgeComponentWrapper, NodeComponentWrapper

public interface AnchorListener

Objects wanting to receive events from anchors should implement this interface and be added to list of listeners.


Method Summary
 void anchorEvent(AnchorEvent e)
           
 

Method Detail

anchorEvent

public void anchorEvent(AnchorEvent e)