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

delight.concurrency.wrappers.WhenExecutorShutDown Maven / Gradle / Ivy

The newest version!
package delight.concurrency.wrappers;

import delight.async.callbacks.SimpleCallback;

/**
 * Use {@link SimpleCallback} instead.
 * 
 * @author Max Rohde
 *
 */
@Deprecated
public interface WhenExecutorShutDown extends SimpleCallback {

    /**
     * Called when no threads spawned by this executor run anymore.
     */
    @Override
    public void onSuccess();

    @Override
    public void onFailure(Throwable t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy