ibspan.tss.agents.sha.history
Interface NewEventHandler

All Known Implementing Classes:
HistorySubscriptionManager

public interface NewEventHandler

This simple interface suppose to handle with new Event coming. HistoryLogger uses this component to handle with every new Event coming as user request and HistorySubscriptionManager is the one, which realize this handling by implementing handleNewEvent() method.

Author:
Maciej Gawinecki
See Also:
HistoryLogger, HistorySubscriptionManager

Method Summary
 void handleNewEvent(Event e)
          Handles with the given event.
 

Method Detail

handleNewEvent

void handleNewEvent(Event e)
Handles with the given event.

Parameters:
e - is the event which have to be handled with.