Source of
Subject.java
Structures and functions
1:
public interface Subject {
2:
public void registerInterest(Observer obs)
;
3:
}
4: