Class SoundUploadProgressCallback
java.lang.Object
de.mrjulsen.dragnsounds.core.callbacks.client.SoundUploadProgressCallback
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clear()
static void
close
(long id) static long
create
(long requestId, Consumer<ClientApi.UploadProgress> callback) static int
getCount()
static boolean
run
(long id, ClientApi.UploadProgress value)
-
Constructor Details
-
SoundUploadProgressCallback
public SoundUploadProgressCallback()
-
-
Method Details
-
create
-
run
-
getCount
public static int getCount() -
close
public static void close(long id) -
clear
public static void clear()
-