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