
org.refcodes.observer.ObservableObserver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-observer Show documentation
Show all versions of refcodes-observer Show documentation
Artifact for event handling purposes according to the observer (observable) pattern.
package org.refcodes.observer;
public interface ObservableObserver> {
void onSubscribe( SubscribeEvent aSubscribeEvent );
void onUnsubscribe( UnsubscribeEvent aUnsubscribeEvent );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy