core / org.pinelang.core / PineSignal / disconnect
disconnect¶
open fun disconnect(slot: () ->Unit):Boolean
Disconnect a Slot from a signal. Remove a Slot from the ArrayList.
Parameters¶
slot - the Slot to be removed
core / org.pinelang.core / PineSignal / disconnect
open fun disconnect(slot: () ->Unit):Boolean
Disconnect a Slot from a signal. Remove a Slot from the ArrayList.
slot - the Slot to be removed