https://kotlinlang.org logo
g

grahamcox82

02/25/2016, 1:25 PM
Copy code
None of the following functions can be called with the arguments supplied:
public final fun registerListener(filter: (uk.co.grahamcox.events.Event<*>) -> kotlin.Boolean, handler: (uk.co.grahamcox.events.Event<*>) -> kotlin.Unit): kotlin.Unit defined in uk.co.grahamcox.events.EventManager
public final fun registerListener(eventName: kotlin.String, handler: (uk.co.grahamcox.events.Event<*>) -> kotlin.Unit): kotlin.Unit defined in uk.co.grahamcox.events.EventManager
2 Views