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

com.github.thorbenkuck.keller.event.DispatcherCreationStrategy Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.keller.event;

import java.util.Collection;

public interface DispatcherCreationStrategy {
	Collection create(final Object object);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy