Uses of Interface
org.mockito.internal.MockitoInvocationHandler

Packages that use MockitoInvocationHandler
org.mockito.internal Internal classes, not to be used by clients. 
org.mockito.internal.creation Mock object creation. 
 

Uses of MockitoInvocationHandler in org.mockito.internal
 

Classes in org.mockito.internal that implement MockitoInvocationHandler
 class InvocationNotifierHandler<T>
          Handler, that call all listeners wanted for this mock, before delegating it to the parameterized handler.
 class MockHandler<T>
          Invocation handler set on mock objects.
 

Uses of MockitoInvocationHandler in org.mockito.internal.creation
 

Methods in org.mockito.internal.creation that return MockitoInvocationHandler
 MockitoInvocationHandler MethodInterceptorFilter.getHandler()
           
 

Constructors in org.mockito.internal.creation with parameters of type MockitoInvocationHandler
MethodInterceptorFilter(MockitoInvocationHandler handler, MockSettingsImpl mockSettings)