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

org.bushe.swing.event.PrioritizedEventTopicSubscriber Maven / Gradle / Ivy

Go to download

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;

/**
 * This is a convenience interface, particularly for inner classes, that implements
 * {@link org.bushe.swing.event.EventTopicSubscriber} and {@link org.bushe.swing.event.Prioritized}.
 */
public interface PrioritizedEventTopicSubscriber extends EventTopicSubscriber, Prioritized {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy