ptolemy.vergil.actor
Class LinkController.LinkDropper

java.lang.Object
  extended by diva.canvas.connector.ConnectorAdapter
      extended by ptolemy.vergil.actor.LinkController.LinkDropper
All Implemented Interfaces:
ConnectorListener, java.util.EventListener
Enclosing class:
LinkController

protected class LinkController.LinkDropper
extends ConnectorAdapter

An inner class that handles interactive changes to connectivity.


Constructor Summary
protected LinkController.LinkDropper()
           
 
Method Summary
 void connectorDropped(ConnectorEvent evt)
          Called when a connector end is dropped--attach or detach the edge as appropriate.
 
Methods inherited from class diva.canvas.connector.ConnectorAdapter
connectorDragged, connectorSnapped, connectorUnsnapped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkController.LinkDropper

protected LinkController.LinkDropper()
Method Detail

connectorDropped

public void connectorDropped(ConnectorEvent evt)
Called when a connector end is dropped--attach or detach the edge as appropriate.

Specified by:
connectorDropped in interface ConnectorListener
Overrides:
connectorDropped in class ConnectorAdapter
Parameters:
evt - The connector event.