OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EventBus
(Results
1 - 11
of
11
) sorted by null
/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
60
* <li>Pass itself to an
EventBus
instance's {@link #register(Object)} method.
66
* {@link #post(Object)} method. The
EventBus
instance will determine the type
82
* <p>Handlers should not, in general, throw. If they do, the
EventBus
will
87
* <p>The
EventBus
guarantees that it will not call a handler method from
91
* also called from outside the
EventBus
.
109
public class
EventBus
{
186
* Creates a new
EventBus
named "default".
188
public
EventBus
() {
[
all
...]
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
Completed in 105 milliseconds