Interface | Description |
---|---|
Observer<T,X> |
Interface which an Observer class can implement to get Information from a Subject Class
|
Subject<T,X> |
Interface which an Subject can implement to notify possible Observers
|
Class | Description |
---|---|
SubjectAdministration<T,X> |
Helper class for the subject interface to make the administration code reusable
|