Uses of Interface
ibspan.tss.agents.sha.history.NewEventHandler

Packages that use NewEventHandler
ibspan.tss.agents.sha.history Imlementation of 'storing user request' feature. 
 

Uses of NewEventHandler in ibspan.tss.agents.sha.history
 

Classes in ibspan.tss.agents.sha.history that implement NewEventHandler
 class HistorySubscriptionManager
          This class deals with the registration/deregistration of subscriptions for packs of events, delegated to it by SubscriptionManager object and creates notifications containing information about new events., when required by HistoryLogger.
 

Constructors in ibspan.tss.agents.sha.history with parameters of type NewEventHandler
HistoryLogger(HistoryDAO daoHistory, NewEventHandler handler)
          Constructs HistoryLogger.