Package net.md_5.bungee.api
Interface Callback<V>
- Type Parameters:
V
- the type of result
public interface Callback<V>
Represents a method which may be called once a result has been computed
asynchronously.
-
Method Summary
-
Method Details
-
done
Called when the result is done.- Parameters:
result
- the result of the computationerror
- the error(s) that occurred, if any
-