Package org.gcube.common.events.impl
Class Event<T>
java.lang.Object
org.gcube.common.events.impl.Event<T>
- Type Parameters:
T- the type of the event
Event wrapper that captures the parametric type of events.
- Author:
- Fabio Simeoni, Luca Frosini (ISTI-CNR)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Event
Creates an event wrapper with the specified event object. The parametric type information is captured from the subclass definition.- Parameters:
event- the event object to wrap
-