HomeSort by relevance Sort by last modified time
    Searched defs:eventBus (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /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...]
  /prebuilts/tools/common/m2/repository/de/greenrobot/eventbus/2.4.0/
eventbus-2.4.0.jar 
  /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...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
guava-18.0.jar 
guava-22.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 

Completed in 375 milliseconds

1 2 3 4