Home | History | Annotate | Download | only in eventbus

Lines Matching defs:common

41  *     {@link com.google.common.eventbus.Subscribe} annotation.</li>
48 * methods are rarely defined in common interfaces, so in addition to
51 * {@link com.google.common.eventbus.EventBus#register(Object)} method on an
57 * <p>To listen for a common event supertype (such as EventObject or Object)...
70 * com.google.common.eventbus.DeadEvent}. The
90 * {@link com.google.common.eventbus.EventBus#post(Object)} method.</li>
105 * {@link com.google.common.eventbus.Subscribe} annotation.</dd>
142 * <li>Each event usually has its own interface, without a common parent
147 * particularly common in Swing apps, of using tiny anonymous classes to
254 package com.google.common.eventbus;