org.gcube.smartgears.handlers
Interface Handler<E>

Type Parameters:
E - the event type
All Known Subinterfaces:
ApplicationHandler<T>
All Known Implementing Classes:
ApplicationLifecycleHandler, ContainerHandler, ProfileManager, ProfileManager, RequestHandler, RequestValidator

public interface Handler<E>

Handles events.

Author:
Fabio Simeoni

Method Summary
 void onEvent(E event)
          Processes a given event.
 

Method Detail

onEvent

void onEvent(E event)
Processes a given event.

Parameters:
e - the event


Copyright © 2013. All Rights Reserved.