Home Manual Reference Source
import {SentSignalInfo} from 'ievv_jsbase/SignalHandlerSingleton.js'
public class | source

SentSignalInfo

Object containing debugging information about a sent signal.

Constructor Summary

Public Constructor
public

constructor(signalName: *)

Member Summary

Public Members
public

The signal name.

public

Array of triggered receiver names.

Method Summary

Public Methods
public

logDebugInfo(prefix: string)

Log debug information about the sent signal.

public

Get a string representation of the sent signal info.

Public Constructors

public constructor(signalName: *) source

Params:

NameTypeAttributeDescription
signalName *

Public Members

public signalName: string source

The signal name.

public triggeredReceiverNames: Array source

Array of triggered receiver names.

Public Methods

public logDebugInfo(prefix: string) source

Log debug information about the sent signal.

Params:

NameTypeAttributeDescription
prefix string

An optional prefix for the log message.

public toString(): string source

Get a string representation of the sent signal info.

Return:

string