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

Author:
Zoppello This class is an implementation of IEventNotifier that doesn't do nothing it implements a NullObject to avoid null pointer exception.

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

NullEventNotifier

public NullEventNotifier()
Method Detail

notifyEvent

public void notifyEvent(ISpagoEvent event,
                        RequestContextIFace requestContext)
Specified by:
notifyEvent in interface IEventNotifier