Skip to content

SignalNotify

[Source]

Notifications for a signal.

interface ref SignalNotify

Public Functions

apply

[Source]

Called with the the number of times the signal has fired since this was last called. Return false to stop listening for the signal.

fun ref apply(
  count: U32 val)
: Bool val

Parameters

  • count: U32 val

Returns


dispose

[Source]

Called if the signal is disposed. This is also called if the notifier returns false.

fun ref dispose()
: None val

Returns