it.eng.spago.event
Interface IEventNotifier

All Known Implementing Classes:
NullEventNotifier, SynchronousEventNotifier

public interface IEventNotifier


Method Summary
 void notifyEvent(ISpagoEvent event, RequestContainer requestContainer, ResponseContainer responseContainer)
           
 

Method Detail

notifyEvent

public void notifyEvent(ISpagoEvent event,
                        RequestContainer requestContainer,
                        ResponseContainer responseContainer)