| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.pm.impl.PMImpl.ListObserver
The ListObserver is a basic
 Observer, which collects result objects
 in a List.
| Constructor Summary | |
| PMImpl.ListObserver(java.util.List pList)Creates a new ListObserver, which writes
 the received objects into theListpList. | |
| Method Summary | |
|  void | notify(java.lang.Object pObservable)The Observable indicates that its state has changed. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public PMImpl.ListObserver(java.util.List pList)
ListObserver, which writes
 the received objects into the List
 pList.
| Method Detail | 
public void notify(java.lang.Object pObservable)
ObserverThe Observable indicates that its state has changed. The Observer must inspect the Observable to detect what exactly has changed.
notify in interface Observer| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||