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

Author:
Zoppello This class is an implementation of IEventNotifier and is simple calls all event listeners registered in spago in the file listeners.xml

Constructor Summary
SynchronousEventNotifier()
           
 
Method Summary
 java.util.List getListenerClasses()
           
 void notifyEvent(ISpagoEvent event, RequestContextIFace requestContext)
           
 
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,
                        RequestContextIFace requestContext)
Specified by:
notifyEvent in interface IEventNotifier

getListenerClasses

public java.util.List getListenerClasses()