org.hnau.emitter.observing.notifier.Notifier.kt Maven / Gradle / Ivy
package org.hnau.emitter.observing.notifier
import org.hnau.emitter.observing.ObservingEmitter
abstract class Notifier : ObservingEmitter() {
protected open fun notifyObservers() = call(Unit)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy