public interface Subject
void
addObserver(Observer o)
notifyObserver()
void addObserver(Observer o)
void notifyObserver()