org.gcube.common.ghn.service.handlers
Interface ApplicationHandler<T extends ApplicationHandler<T>>

Type Parameters:
T - the (recursive) type of the handler.
All Known Implementing Classes:
AbstractHandler, LifecycleHandler, Publisher, RequestHandler, ScopeHandler

public interface ApplicationHandler<T extends ApplicationHandler<T>>

Handles ApplicationEvents.

Author:
Fabio Simeoni
See Also:
ApplicationEvent

Method Summary
 void onEvent(ApplicationEvent<T> e)
          Processes a given event.
 

Method Detail

onEvent

void onEvent(ApplicationEvent<T> e)
Processes a given event.

Parameters:
pipeline - the pipeline in which the handler is registered.
e - the event


Copyright © 2013. All Rights Reserved.