it.eng.spago.event
Class SynchronousEventNotifier

java.lang.Object
  extended byit.eng.spago.event.SynchronousEventNotifier
All Implemented Interfaces:
IEventNotifier

public class SynchronousEventNotifier
extends java.lang.Object
implements IEventNotifier


Constructor Summary
SynchronousEventNotifier()
           
 
Method Summary
 java.util.List getListenerClasses()
           
 void notifyEvent(ISpagoEvent event, RequestContainer requestContainer, ResponseContainer responseContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousEventNotifier

public SynchronousEventNotifier()
Method Detail

notifyEvent

public void notifyEvent(ISpagoEvent event,
                        RequestContainer requestContainer,
                        ResponseContainer responseContainer)
Specified by:
notifyEvent in interface IEventNotifier

getListenerClasses

public java.util.List getListenerClasses()