org.apache.ws.jaxme.pm.impl

Class PMImpl.ListObserver

Enclosing Class:
PMImpl
Implemented Interfaces:
Observer

public static class PMImpl.ListObserver
extends java.lang.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

void
notify(Object pObservable)

Constructor Details

ListObserver

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

Method Details

notify

public void notify(Object pObservable)
Specified by:
notify in interface Observer