|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j2ee.blueprints.petstore.control.web.ModelUpdateNotifier
This class is responsible for providing methods to add objects as listeners for a particular model update event and for notifying the listeners when the event actually occurs.
Constructor Summary | |
ModelUpdateNotifier()
|
Method Summary | |
void |
addListener(java.lang.String modelType,
java.lang.Object listener)
|
void |
notifyListeners(java.util.Collection updatedModelList)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ModelUpdateNotifier()
Method Detail |
public void notifyListeners(java.util.Collection updatedModelList)
public void addListener(java.lang.String modelType, java.lang.Object listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |