ash.signals
| .. | |
|---|---|
| ListenerNode | A node in the list of listeners in a signal. |
| ListenerNodePool | This internal class maintains a pool of deleted listener nodes for reuse by framework. This reduces the overhead from object creation and garbage collection. |
| Signal0 | Provides a fast signal for use where no parameters are dispatched with the signal. |
| Signal1 | Provides a fast signal for use where one parameter is dispatched with the signal. |
| Signal2 | Provides a fast signal for use where two parameters are dispatched with the signal. |
| SignalBase | The base class for all the signal classes. |