JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
fr.univlille.iutinfo.utils
Interface Observer<T extends
Subject
,
E>
public interface
Observer<T extends
Subject
,
E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
update
(
T
subject)
void
update
(
T
subject,
E
object)
Method Details
update
void
update
(
T
subject)
update
void
update
(
T
subject,
E
object)