https://kotlinlang.org logo
k

kingsley

10/15/2016, 10:27 PM
Personally, I'd prefer if the interface exposes a method. The presenter can only call these methods, and the actual implementation can decide to do whatever it needs to. The internal detail of the implementor (get, set, what have you) need not be exposed.