it.eng.spago.event
Class NullEventNotifier

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

public class NullEventNotifier
extends java.lang.Object
implements IEventNotifier


Constructor Summary
NullEventNotifier()
           
 
Method Summary
 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

NullEventNotifier

public NullEventNotifier()
Method Detail

notifyEvent

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