Class ApplicationLifecycleHandler

java.lang.Object
org.gcube.smartgears.handlers.AbstractHandler
org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
All Implemented Interfaces:
ApplicationHandler<ApplicationLifecycleHandler>, Handler<ApplicationEvent<ApplicationLifecycleHandler>>
Direct Known Subclasses:
ApplicationProfileManager

public abstract class ApplicationLifecycleHandler extends AbstractHandler implements ApplicationHandler<ApplicationLifecycleHandler>
A Handler of ApplicationLifecycleEvents.

The handler participates in a pipeline of other handlers registered for notification of the same events. After processing the event, it may or may not propagate the event to the handlers further down in the pipeline.

Author:
Fabio Simeoni, Luca Frosini (ISTI-CNR)
See Also: