public interface Observer
| Modifier and Type | Method and Description |
|---|---|
void |
update(Observable o,
Object arg)
Updates the state of this Observer to be in
synch with an Observable instance.
|
void update(Observable o, Object arg)
o - an Observable instance.arg - an arbitrary argument to be passed.Copyright © 2017. All rights reserved.