Documentation / listeners / com.femastudios.listeners / BaseListenersManager / addStronglyWithoutCallingHasListeners
addStronglyWithoutCallingHasListeners
fun addStronglyWithoutCallingHasListeners(listener: Interface): Boolean
Adds the given listener strongly, like addStrongly. However, if doing so would have called the onHasListenersChanges lambda, this method won't call it, and returns true. When this happens, you must call notifyHasListeners