org.apache.ws.jaxme.pm.impl

Class PMImpl.ListObserver

public static class PMImpl.ListObserver extends Object implements Observer

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

Constructor Detail

ListObserver

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

Method Detail

notify

public void notify(Object pObservable)