com.mmm.cms.util
Class HHEventConsole

java.lang.Object
  extended by com.mmm.cms.util.HHEventConsole
All Implemented Interfaces:
HomeHealthEventListenerIF, java.util.EventListener

public class HHEventConsole
extends java.lang.Object
implements HomeHealthEventListenerIF

When this class is registered as an Event Listener, it will log the events to the HomeHealthGrouper logger.


Constructor Summary
HHEventConsole()
          Constructs the console with the HomeHealthGrouperIF.HH_LOGGER_NAME as the logging name
 
Method Summary
 void homeHealthEvent(HomeHealthEventIF event)
          Sends the event to the Home Health logger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HHEventConsole

public HHEventConsole()
Constructs the console with the HomeHealthGrouperIF.HH_LOGGER_NAME as the logging name

Method Detail

homeHealthEvent

public void homeHealthEvent(HomeHealthEventIF event)
Sends the event to the Home Health logger

Specified by:
homeHealthEvent in interface HomeHealthEventListenerIF
Parameters:
event -