Package 

Class Interceptor


  • 
    public abstract class Interceptor<T>
    
                        

    Copyright 2017 Meniga Iceland Inc.

    • Method Summary

      Modifier and Type Method Description
      abstract void onFinished(T result, boolean failed)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onFinished

         abstract void onFinished(T result, boolean failed)