com.mmm.cms.homehealth.proto
Interface HomeHealthEventListenerIF
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- HHEventConsole
public interface HomeHealthEventListenerIF
- extends java.util.EventListener
This defines a class the listens for events for the Home Health grouper.
These events are used instead of logging
homeHealthEvent
void homeHealthEvent(HomeHealthEventIF event)
- Processes an event for Home Health scoring. The implementation
of this method should be as fast as possible, because the rest of
processing may be effected by the time used to process the event.
- Parameters:
event -