Home
last modified time | relevance | path

Searched refs:CallLaterInterceptor (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java335 bindInterceptor(Matchers.any(), Matchers.any(), new CallLaterInterceptor(queue)); in testCallLater()
348 private final class CallLaterInterceptor implements MethodInterceptor { class in MethodInterceptionTest
351 public CallLaterInterceptor(Queue<Runnable> queue) { in CallLaterInterceptor() method in MethodInterceptionTest.CallLaterInterceptor