SignalNotify¶
Notifications for a signal.
Public Functions¶
apply¶
Called with the the number of times the signal has fired since this was last called. Return false to stop listening for the signal.
Parameters¶
- count: U32 val
Returns¶
- Bool val
dispose¶
Called if the signal is disposed. This is also called if the notifier returns false.
Returns¶
- None val