Package io.github.centrifugal.centrifuge
Interface ResultCallback<T>
-
public interface ResultCallback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDone(java.lang.Throwable e, T result)
-
-
-
Method Detail
-
onDone
void onDone(java.lang.Throwable e, T result)
-
-