-
public abstract class Interceptor<T>
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description abstract void
onFinished(T result, boolean failed)
-
-
Method Detail
-
onFinished
abstract void onFinished(T result, boolean failed)
-
-
-
-