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

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

package org.bushe.swing.event;

/**
 * This is a convenience interface, particularly for inner classes, that implements
 * {@link EventSubscriber} and {@link Prioritized}.
 */
public interface PrioritizedEventSubscriber extends EventSubscriber, Prioritized {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy