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

org.jgroups.blocks.executor.ExecutorNotification Maven / Gradle / Ivy

package org.jgroups.blocks.executor;

/**
 * @author wburns
 */
public interface ExecutorNotification {
    public void resultReturned(Object obj);
    
    public void throwableEncountered(Throwable t);
    
    public void interrupted(Runnable runnable);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy