T - The type of event being wrappedpublic class EventImpl<T> extends AbstractFacade<T,Event<T>> implements Event<T>, java.io.Serializable
Event,
Serialized FormAbstractFacade.AbstractFacadeSerializationProxy<T,X>| Modifier and Type | Method and Description |
|---|---|
void |
fire(T event) |
protected java.lang.reflect.Type |
getEventType(java.lang.Class<?> runtimeType) |
static <E> EventImpl<E> |
of(InjectionPoint injectionPoint,
BeanManagerImpl beanManager) |
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) |
java.lang.String |
toString()
Gets a string representation
|
equals, getBeanManager, getCreationalContext, getFacadeType, getInjectionPoint, getQualifiers, getType, hashCodepublic static <E> EventImpl<E> of(InjectionPoint injectionPoint, BeanManagerImpl beanManager)
public java.lang.String toString()
toString in class java.lang.Objectpublic <U extends T> Event<U> select(java.lang.Class<U> subtype, java.lang.annotation.Annotation... qualifiers)
public <U extends T> Event<U> select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... qualifiers)
protected java.lang.reflect.Type getEventType(java.lang.Class<?> runtimeType)
Copyright © 2015. All Rights Reserved.