ReceivedSignalInfo
Represents information about the received signal.
An object of this class is sent to the callback
of all signal receivers.
The data sent by the signal is available in ReceivedSignalInfo.data.
Constructor Summary
Public Constructor | ||
public |
constructor(data: *, signalName: *, receiverName: *) |
Member Summary
Public Members | ||
public |
data: * The data sent by SignalHandlerSingleton#send. |
|
public |
The receiver name. |
|
public |
The signal name. |
Method Summary
Public Methods | ||
public |
Get the data pretty formatted as a string. |
|
public |
Get a string with debug information about the received signal. |
|
public |
Get a string with information about the received signal. |
Public Constructors
public constructor(data: *, signalName: *, receiverName: *) source
Params:
Name | Type | Attribute | Description |
data | * | ||
signalName | * | ||
receiverName | * |