Package com.biglybt.core.util
Interface AECallback
-
public interface AECallback
Generic interface so that we can callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callbackFailure(java.lang.Throwable t)
void
callbackSuccess(java.lang.Object o)
-