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

fr.soleil.tango.errorstrategy.Task Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package fr.soleil.tango.errorstrategy;

import fr.esrf.Tango.DevFailed;

public interface Task {
    T call() throws DevFailed;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy