Searched defs:EventBus (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/eventbus/
H A DEventBus.java48 * <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 { class
118 * across all EventBus instances, which greatly improves performance if multiple such instances
168 * Creates a new EventBus name
170 public EventBus() { method in class:EventBus
180 public EventBus(String identifier) { method in class:EventBus
190 public EventBus(SubscriberExceptionHandler subscriberExceptionHandler) { method in class:EventBus
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 105 milliseconds