public interface ISubject
| Modifier and Type | Method and Description |
|---|---|
void |
addObserver(IObserver o) |
Object |
getState() |
void |
removeObserver(IObserver o) |
void |
update(Object state) |
Copyright © 2016–2021 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.