X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2Fhighlevel%2FHighLevelCallback.java;h=b43a8ccd9709cfb482b29a24cdadf59a4bf65517;hb=33e57ae1719a87ba663e1f640db264c8c698a8c4;hp=3f0cd396e7fb1cca940d914933f2a6ff7d84f42c;hpb=107652468c2522c5c83109d58eba1ebb2c1471db;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/highlevel/HighLevelCallback.java b/src/net/pterodactylus/fcp/highlevel/HighLevelCallback.java index 3f0cd39..b43a8cc 100644 --- a/src/net/pterodactylus/fcp/highlevel/HighLevelCallback.java +++ b/src/net/pterodactylus/fcp/highlevel/HighLevelCallback.java @@ -44,6 +44,12 @@ public class HighLevelCallback { private R result = null; /** + * Package-private construtor. + */ + HighLevelCallback() { + } + + /** * Adds a callback listener to this callback. The callback listener will be * called as soon as the result of the operation is known. If the result is * already known, the listener will be called immediately. Also, as soon as