org.apache.ws.jaxme.pm.impl
public static class PMImpl.ListObserver extends Object implements Observer
ListObserver
is a basic
Observer, which collects result objects
in a List.
Constructor Summary | |
---|---|
ListObserver(List pList) Creates a new ListObserver , which writes
the received objects into the List
pList . |
Method Summary | |
---|---|
void | notify(Object pObservable) |
ListObserver
, which writes
the received objects into the List
pList
.