T - the event typepublic interface Event<T>
| Modifier and Type | Method and Description |
|---|---|
void |
fire(T event) |
Event<T> |
select(java.lang.annotation.Annotation... qualifiers) |
<U extends T> |
select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... qualifiers) |
<U extends T> |
select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers) |