Package com.getkeepsafe.relinker
Interface ReLinker.LoadListener
-
- Enclosing class:
- ReLinker
public static interface ReLinker.LoadListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfailure(Throwable t)voidsuccess()
-
-
-
Method Detail
-
success
void success()
-
failure
void failure(Throwable t)
-
-