T
- Data type transported in updatespublic interface IObserver<T>
Modifier and Type | Method and Description |
---|---|
void |
update(T content)
Called to notify an observer about a state change
|
void update(T content)
content
- reference to the object containing changed state