Class Event<T>

java.lang.Object
org.gcube.common.events.impl.Event<T>
Type Parameters:
T - the type of the event

public abstract class Event<T> extends Object
Event wrapper that captures the parametric type of events.
Author:
Fabio Simeoni, Luca Frosini (ISTI-CNR)
  • Constructor Details

    • Event

      public Event(T 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