public class ConnectorAdapter extends java.lang.Object implements ConnectorListener
Red |
Constructor and Description |
---|
ConnectorAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
connectorDragged(ConnectorEvent e)
Do nothing when a connector end is dragged.
|
void |
connectorDropped(ConnectorEvent e)
Do nothing when a connector end is dropped.
|
void |
connectorSnapped(ConnectorEvent e)
Do nothing when a connector end is snapped to
a possible target.
|
void |
connectorUnsnapped(ConnectorEvent e)
Do nothing when a connector end is unsnapped from
the site that it was originally attached to,
or a possible target.
|
public void connectorDragged(ConnectorEvent e)
connectorDragged
in interface ConnectorListener
public void connectorDropped(ConnectorEvent e)
connectorDropped
in interface ConnectorListener
public void connectorSnapped(ConnectorEvent e)
connectorSnapped
in interface ConnectorListener
public void connectorUnsnapped(ConnectorEvent e)
connectorUnsnapped
in interface ConnectorListener