core / org.pinelang.core / PineSignal / connect
connect¶
open fun connect(slot: () ->Unit):Boolean
Connect a Slot to a signal. Add a Slot to the ArrayList.
Parameters¶
slot - the Slot to be added
core / org.pinelang.core / PineSignal / connect
open fun connect(slot: () ->Unit):Boolean
Connect a Slot to a signal. Add a Slot to the ArrayList.
slot - the Slot to be added