Package org.gcube.smartgears.handlers
Class Event<C>
- java.lang.Object
-
- org.gcube.smartgears.handlers.Event<C>
-
- Type Parameters:
C- the context type
- Direct Known Subclasses:
ApplicationEvent,ContainerLifecycleEvent
public abstract class Event<C> extends Object
An event related to a given context.- Author:
- Fabio Simeoni
-
-
Constructor Detail
-
Event
public Event(C context)
Creates an instance with the context of the container.- Parameters:
context- the context
-
-