Interface | Description | |
---|---|---|
IOnceSignal | ||
ISignal | ||
ISlot | The ISlot interface defines the basic properties of a listener associated with a Signal. |
Class | Description | |
---|---|---|
OnceSignal | Signal dispatches events to multiple listeners. | |
Signal | Signal dispatches events to multiple listeners. | |
Slot | The Slot class represents a signal slot. | |
SlotList | The SlotList class represents an immutable list of Slot objects. |