public class DefaultConnectionListener extends Object implements ConnectionListener
| Constructor and Description |
|---|
DefaultConnectionListener(FXSkinFactory skinFactory,
eu.mihosoft.vrl.workflow.VFlow vflow,
Node receiverConnectorUI) |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionCompatible(Node n) |
void |
onConnectionCompatibleReleased(Node n) |
void |
onConnectionIncompatible() |
void |
onConnectionIncompatibleReleased(Node n) |
void |
onCreateNewConnectionReleased(eu.mihosoft.vrl.workflow.ConnectionResult connResult) |
void |
onCreateNewConnectionReverseReleased(eu.mihosoft.vrl.workflow.ConnectionResult connResult) |
void |
onNoConnection(Node n) |
void |
onRemoveConnectionReleased() |
public DefaultConnectionListener(FXSkinFactory skinFactory, eu.mihosoft.vrl.workflow.VFlow vflow, Node receiverConnectorUI)
public void onConnectionCompatible(Node n)
onConnectionCompatible in interface ConnectionListenerpublic void onConnectionCompatibleReleased(Node n)
onConnectionCompatibleReleased in interface ConnectionListenerpublic void onConnectionIncompatible()
onConnectionIncompatible in interface ConnectionListenerpublic void onNoConnection(Node n)
onNoConnection in interface ConnectionListenerpublic void onConnectionIncompatibleReleased(Node n)
onConnectionIncompatibleReleased in interface ConnectionListenerpublic void onCreateNewConnectionReleased(eu.mihosoft.vrl.workflow.ConnectionResult connResult)
onCreateNewConnectionReleased in interface ConnectionListenerpublic void onCreateNewConnectionReverseReleased(eu.mihosoft.vrl.workflow.ConnectionResult connResult)
onCreateNewConnectionReverseReleased in interface ConnectionListenerpublic void onRemoveConnectionReleased()
onRemoveConnectionReleased in interface ConnectionListener