public interface ISubject
| Modifier and Type | Method and Description |
|---|---|
void |
addObserver(IObserver observer)
Adds an observer to this subject.
|
void |
removeObserver(IObserver observer)
Removes an observer from this subject.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.