Class ApplicationEvent<T extends ApplicationHandler<T>>

java.lang.Object
org.gcube.smartgears.handlers.Event<ApplicationContext>
org.gcube.smartgears.handlers.application.ApplicationEvent<T>
Type Parameters:
T - the type of handler that handles these events
Direct Known Subclasses:
ApplicationLifecycleEvent, RequestEvent

public abstract class ApplicationEvent<T extends ApplicationHandler<T>> extends Event<ApplicationContext>
An Event that occurs in the lifetime of the application.
Author:
Fabio Simeoni