standinga
03/25/2019, 2:16 PMribesg
03/25/2019, 2:18 PMribesg
03/25/2019, 2:19 PMclass A(val p: P) {
private val listener = MyListener()
init {
p.setListener(listener)
}
private class MyListener: Listener {
...
}
}
streetsofboston
03/25/2019, 2:34 PMinit
above the init
block itselfstandinga
03/25/2019, 2:54 PMstandinga
03/25/2019, 4:50 PMribesg
03/26/2019, 8:55 AMinner
class instead maybe? I never really used them so I don’t know if that would workstandinga
03/26/2019, 9:18 AM