public class EventImpl<T> extends Object implements Event<T>
Modifier and Type | Method and Description |
---|---|
void |
fire(T event) |
Class<?> |
getType() |
static <X> EventImpl<X> |
of(Class<X> type,
Manager manager) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.