Constructor and Description |
---|
PMImpl.ListObserver(java.util.List pList)
Creates a new
ListObserver , which writes
the received objects into the List
pList . |
Modifier and Type | Method and Description |
---|---|
void |
notify(java.lang.Object pObservable)
The Observable indicates that its state has
changed.
|