org.bushe.swing.event.annotation.ReferenceStrength Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eventbus Show documentation
Show all versions of eventbus Show documentation
A simple but powerful publish-subscribe API that is based on class semantics and/or string (topic) matching.
The newest version!
package org.bushe.swing.event.annotation;
/**
* The two kinds of references that are used in the EventBus.
*
* @author Michael Bushe
*/
public enum ReferenceStrength {
WEAK,
STRONG
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy