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

org.refcodes.observer.ObservableObserver Maven / Gradle / Ivy

Go to download

Artifact for event handling purposes according to the observer (observable) pattern.

There is a newer version: 1.1.1
Show newest version
package org.refcodes.observer;

public interface ObservableObserver> {
	void onSubscribe( SubscribeEvent aSubscribeEvent );

	void onUnsubscribe( UnsubscribeEvent aUnsubscribeEvent );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy