Uses of Interface
com.agical.rmock.core.expectation.InvocationListener

Packages that use InvocationListener
com.agical.rmock.extension.cglib   
 

Uses of InvocationListener in com.agical.rmock.extension.cglib
 

Methods in com.agical.rmock.extension.cglib with parameters of type InvocationListener
protected  void BaseInvocationHandler.sendInvocationListenerEvent(java.lang.Object target, java.lang.Object[] arguments, java.lang.reflect.Method method, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace, ExpectationsState expectationsState)
           
 void CglibProxyFactory.setInvocationListener(InvocationListener invocationListener)
           
 

Constructors in com.agical.rmock.extension.cglib with parameters of type InvocationListener
InterfaceInterceptionInvocationHandler(InvocationHandler invocationHandler, java.lang.String id, java.lang.Class clazz, ProxyFactory proxyFactory, ExpectationsState expectationsState, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace)
           
ObjectInterceptionInvocationHandler(InvocationHandler invocationHandler, java.lang.String id, java.lang.Class clazz, ProxyFactory proxyFactory, ExpectationsState expectationsState, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace)
           
ObjectMockInvocationHandler(InvocationHandler invocationHandler, java.lang.String id, java.lang.Class clazz, ProxyFactory proxyFactory, ExpectationsState expectationsState, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace)
           
ObjectMonitorInvocationHandler(InvocationHandler invocationHandler, java.lang.String id, java.lang.Class clazz, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace, ExpectationsState expectationsState)
           
 



Copyright © 2005-2010 Agical AB. All Rights Reserved.