HomeSort by relevance Sort by last modified time
    Searched refs:eventBus (Results 1 - 7 of 7) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/eventbus/
EventBusBenchmark.java 17 package com.google.common.eventbus;
23 * Benchmark for {@link EventBus}.
29 private EventBus eventBus;
33 eventBus = new EventBus("for benchmarking purposes");
34 eventBus.register(this);
39 eventBus.post("hello there");
  /external/guava/guava/src/com/google/common/eventbus/
SubscriberExceptionContext.java 16 package com.google.common.eventbus;
28 private final EventBus eventBus;
34 * @param eventBus The {@link EventBus} that handled the event and the
40 SubscriberExceptionContext(EventBus eventBus, Object event, Object subscriber,
42 this.eventBus = checkNotNull(eventBus);
49 * @return The {@link EventBus} that handled the event and the subscriber
    [all...]
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java 17 package com.google.common.eventbus;
33 * Test case for {@link EventBus}.
41 private EventBus bus;
45 bus = new EventBus(BUS_IDENTIFIER);
127 final EventBus eventBus = new EventBus(handler);
136 eventBus.register(subscriber);
137 eventBus.post(EVENT);
141 assertEquals("EventBus should be available."
    [all...]
  /external/cldr/tools/java/libs/
guava.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 772 milliseconds