org.apache.ws.jaxme.pm.impl

Class PMImpl.ListObserver

public static class PMImpl.ListObserver extends Object implements Observer

The 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
voidnotify(Object pObservable)

Constructor Detail

ListObserver

public ListObserver(List pList)
Creates a new ListObserver, which writes the received objects into the {@link List} pList.

Method Detail

notify

public void notify(Object pObservable)