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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
H A DEventBus.java94 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
204 public class EventBus extends BroadcastReceiver { class in inherits:BroadcastReceiver
422 private EventBus(Looper looper) { method in class:EventBus
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 66 milliseconds