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

com.unit16.z.time.Future Maven / Gradle / Ivy

package com.unit16.z.time;

/**
 * In the future, we will know how to handle the events which we {@link #register(MaybeEmpty)}.
 */
public interface Future {
	
	public void register(MaybeEmpty eventSource);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy