Interface ProtectedConfigIndexService.FailureListener
-
- Enclosing class:
- ProtectedConfigIndexService
public static interface ProtectedConfigIndexService.FailureListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure(Exception e)voidonSuccess()
-
-
-
Method Detail
-
onSuccess
void onSuccess()
-
onFailure
void onFailure(Exception e)
-
-