Interface IProxyFactory.Callback

  • All Known Implementing Classes:
    Evaluation
    Enclosing interface:
    IProxyFactory

    public static interface IProxyFactory.Callback
    Callback to a method invocation on a proxy.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object on​(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args)  
    • Method Detail

      • on

        java.lang.Object on​(java.lang.Object obj,
                            java.lang.reflect.Method method,
                            java.lang.Object[] args)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable