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,ApplicationProfileManager,ContainerHandler,ContainerProfileManager,RequestAccounting,RequestHandler,RequestMetrics,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
-
-