All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hnau.emitter.observing.notifier.Notifier.kt Maven / Gradle / Ivy

There is a newer version: 2.1.3
Show newest version
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