Package org.gcube.smartgears.handlers
Interface Handler<E>
-
- Type Parameters:
E- the event type
- All Known Subinterfaces:
ApplicationHandler<T>
- All Known Implementing Classes:
AccountingManager,ApplicationLifecycleHandler,ContainerHandler,ProfileManager,ProfileManager,RequestAccounting,RequestContextRetriever,RequestHandler,RequestValidator
public interface Handler<E>Handles events.- Author:
- Fabio Simeoni
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(E event)Processes a given event.
-
-
-
Method Detail
-
onEvent
void onEvent(E event)
Processes a given event.- Parameters:
e- the event
-
-