Join Slack
Powered by
Next part of Kotlin Programmer Dictionary explains...
# feed
m
marcinmoskala
01/25/2018, 8:28 AM
Next part of Kotlin Programmer Dictionary explains event listener and event handler. Enjoy 🙂
https://blog.kotlin-academy.com/programmer-dictionary-event-listener-vs-event-handler-305c667d0e3c
👍 2
k
kikitux
01/25/2018, 12:25 PM
is that what they use in the libcurl example?
https://github.com/JetBrains/kotlin-native/blob/master/samples/libcurl/src/main/kotlin/org/konan/libcurl/Event.kt
m
marcinmoskala
01/25/2018, 1:35 PM
https://medium.com/@elizarov/when-you-write-your-own-kotlin-dsl-id-recommend-to-reconsider-your-javisms-and-stick-with-simpler-4474905c17e
marcinmoskala
01/25/2018, 1:36 PM
I don't think
on
and
listener
are needed in method. Especially
listener
suffix is useless in Kotlin. Maybe I should add some clarification 🤔
❤️ 1
8
Views
Open in Slack
Previous
Next