Interface ConnectorNodeListener


public interface ConnectorNodeListener
Listener for node connector events such as dragging, being detected etc.
Author:
Jamie Macaulay
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever a node connector event occurs
  • Method Details

    • nodeConnectorEvent

      void nodeConnectorEvent(ConnectorNode shape, int type)
      Called whenever a node connector event occurs
      Parameters:
      shape - - the node connector.
      type - - type of event as defined in ConnectorNode