T - Class of an possible SubjectX - Type of the Event which is passed in the update Methodpublic interface Observer<T,X>
| Modifier and Type | Method and Description |
|---|---|
void |
update(T subject,
X eventObject)
This Method is called when a Subject calls his notify Method
|