|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mmm.cms.homehealth.HomeHealthEventNotifier
public class HomeHealthEventNotifier
This is a base class for providing event notification to event listeners.
| Constructor Summary | |
|---|---|
HomeHealthEventNotifier()
Constructor for initializing the list of listeners |
|
| Method Summary | |
|---|---|
void |
addEventListener(HomeHealthEventListenerIF listener)
Adds a scoring listener to this grouper |
java.util.Iterator<HomeHealthEventListenerIF> |
getEventListeners()
gets an iterator for the event listenters |
int |
getListenerCount()
This a useful when determine when to report events. |
void |
notifyEventListeners(HomeHealthEventIF event)
If there are listenter, the send them the event and let them do what they want. |
void |
removeEventListener(HomeHealthEventListenerIF listener)
Removes a listener from this Grouper. |
void |
removeEventListeners()
Removes all the listenrs from this Grouper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HomeHealthEventNotifier()
| Method Detail |
|---|
public void addEventListener(HomeHealthEventListenerIF listener)
addEventListener in interface HomeHealthEventNotifierIFlistener - public java.util.Iterator<HomeHealthEventListenerIF> getEventListeners()
getEventListeners in interface HomeHealthEventNotifierIFpublic void notifyEventListeners(HomeHealthEventIF event)
notifyEventListeners in interface HomeHealthEventNotifierIFevent - public void removeEventListener(HomeHealthEventListenerIF listener)
removeEventListener in interface HomeHealthEventNotifierIFlistener - public void removeEventListeners()
removeEventListeners in interface HomeHealthEventNotifierIFpublic int getListenerCount()
getListenerCount in interface HomeHealthEventNotifierIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||