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

org.intellimate.izou.events.MultipleEventsException Maven / Gradle / Ivy

There is a newer version: 1.15.8
Show newest version
package org.intellimate.izou.events;

/**
 * Exception thrown if there are multiple Events fired at the same time.
 */
//extends because evil hack for backward-compatibility
@SuppressWarnings({"WeakerAccess", "deprecation"})
public class MultipleEventsException extends LocalEventManager.MultipleEventsException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy