T
- the event typepublic interface Event<T>
Modifier and Type | Method and Description |
---|---|
void |
fire(T event) |
Event<T> |
select(Annotation... qualifiers) |
<U extends T> |
select(Class<U> subtype,
Annotation... qualifiers) |
<U extends T> |
select(TypeLiteral<U> subtype,
Annotation... qualifiers) |
void fire(T event)
Event<T> select(Annotation... qualifiers)
<U extends T> Event<U> select(Class<U> subtype, Annotation... qualifiers)
<U extends T> Event<U> select(TypeLiteral<U> subtype, Annotation... qualifiers)
Copyright © 2020. All rights reserved.