T
Event
public class EventFactorySupplier<T> extends java.lang.Object implements Supplier<Event<T>>
Supplier
EventFactorySupplier(java.lang.Class<T> klass)
Event<T>
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EventFactorySupplier(java.lang.Class<T> klass)
public Event<T> get()
get
Supplier<Event<T>>