Click or drag to resize

ILinkStateEventListener Interface

Part module interface that defines the events for a link state changes.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
public interface ILinkStateEventListener
Request Example View Source

The ILinkStateEventListener type exposes the following members.

Methods
  NameDescription
Public methodOnKASLinkedState
Triggers when any module on the part has created a link.
Public methodOnKASNodeBlockedState Obsolete.
Triggers when a peer locks itself due to its attach node is blocked by an incompatible part.
Top
Remarks
Both the source and the target parts can receive these events. To receive the events, a module needs to implement this interface.
See Also