Package pamViewFX.fxNodes.connectionPane
Interface ConnectionListener
public interface ConnectionListener
Listener for connection events with ConnectionShapes within a ConnectionNode.
- Author:
- Jamie Macaulay
-
Method Summary
Modifier and TypeMethodDescriptionvoidcollisionEvent(ConnectorNode shape, ConnectorNode foundShape, int type) Called whenever a connection is made, could possibly happen, or been broken
-
Method Details
-
collisionEvent
Called whenever a connection is made, could possibly happen, or been broken- Parameters:
shape- - shape which has connectiontype- - type of connection as defined inConnectorNodeshape- - shape with which connection has occurred- null if no shape has been found/ connection has been broken.
-