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

net.mostlyoriginal.api.event.dispatcher.PollingPooledDispatcherBenchmark 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 PollingPooledDispatcherBenchmark extends ClassBasedDispatcherBenchmark {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy