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

net.mostlyoriginal.api.event.dispatcher.FastDispatcherBenchmark Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package net.mostlyoriginal.api.event.dispatcher;

import net.mostlyoriginal.api.event.common.EventDispatchStrategy;

/**
 * Test basic dispatcher.
 *
 * @author DaanVanYperen
 */
public class FastDispatcherBenchmark extends DispatcherBenchmark {

	protected EventDispatchStrategy instanceDispatcher() {
		return new FastEventDispatcher();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy