public interface IObserver
update(IDeviceSubject, Object)
method from
the subject class IDeviceSubject
.Modifier and Type | Method and Description |
---|---|
void |
update(IDeviceSubject subject_,
java.lang.Object obj_)
The update method is responsible for updating (for example) the control
system or for different GUI elements on the display.
|
void update(IDeviceSubject subject_, java.lang.Object obj_)
subject_
- Is the subject of the observer design pattern. It is the
controller of every observer instance.obj_
- Is the data object.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft