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

org.omg.dds.rpc.Future Maven / Gradle / Ivy

There is a newer version: 1.0_beta2
Show newest version
package org.omg.dds.rpc;

public interface Future extends java.util.concurrent.Future {

    void withCompletionListener(FutureCompletionListener listener);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy