Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java348 private final class CallLaterInterceptor implements MethodInterceptor { class in MethodInterceptionTest
351 public CallLaterInterceptor(Queue<Runnable> queue) { in CallLaterInterceptor() method in MethodInterceptionTest.CallLaterInterceptor