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

1 2

  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 17 package com.google.common.eventbus;
48 * <p>The EventBus allows publish-subscribe-style communication between
61 * <li>Pass itself to an EventBus instance's {@link #register(Object)} method.
67 * {@link #post(Object)} method. The EventBus instance will determine the type
83 * <p>Subscribers should not, in general, throw. If they do, the EventBus will
88 * <p>The EventBus guarantees that it will not call a subscriber method from
92 * also called from outside the EventBus.
108 * {@code EventBus}</a>.
114 public class EventBus {
118 * across all EventBus instances, which greatly improves performance if multiple such instance
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
EventBus.java 94 Class<? extends EventBus.Event> eventType;
96 EventHandlerMethod(Method method, Class<? extends EventBus.Event> eventType) {
102 public void invoke(Object target, EventBus.Event event)
118 * Currently, there is a single EventBus that handles {@link EventBus.Event}s for each subscriber
121 * addition, the EventBus supports sending and handling {@link EventBus.InterprocessEvent}s
127 * Subscribers must be registered with a particular EventBus before they will receive events, and
135 * <li>Methods must take one parameter, of class type deriving from {@link EventBus.Event}
143 * <li>Methods must take one parameter, of class type deriving from {@link EventBus.InterprocessEvent
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.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-13.0.1.jar 
guava-17.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.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-core-2.2.2-release-no-dep.jar 
espresso-core-2.2.2-release.jar 
espresso-intents-2.2.2-release.jar 
espresso-web-2.2.2-release.jar 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 482 milliseconds

1 2