Click or drag to resize
IMergedFeedComponentListener Interface
The listener for a receiver that will be merged into a single feed by IMergedFeedListener.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMergedFeedComponentListener

The IMergedFeedComponentListener type exposes the following members.

Properties
  NameDescription
Public propertyIsMlatFeed
Gets or sets a value indicating that every position message on the feed should be treated as an MLAT message.
Public propertyListener
Gets the listener for the receiver.
Top
Methods
  NameDescription
Public methodSetListener
Initialises the object. Objects can only be initialised once.
Top
Remarks
Implementations are expected to be immutable. They need to implement Equals, returning true if the other object has the same instance of Listener and same value for IsMlatFeed.
See Also