public interface IDeviceSubject
Modifier and Type | Method and Description |
---|---|
IObserver |
fetch(IEViewDevice deviceView_)
Fetches the device view and returns the observer.
|
java.awt.Component |
fetchContainer(IEViewDevice deviceView_)
Fetches the device view and returns the component.
|
void |
notifyObservers(java.lang.Object obj_)
This method will notify all observers that something has changed and
that they should be updated.
|
void |
register(IEViewDevice deviceView_)
This method registers an observer.
|
void |
remove(IEViewDevice deviceView_)
This will remove the corresponding observer by calling it with its
device view.
|
void register(IEViewDevice deviceView_)
This method registers an observer. It will get the device view which is the view pattern of MVC.
It is nearly the same as the TINE device name of a device context and server except that it will display its contents on the screen. The device view is the same as an observer object except that it can not be null.
deviceView_
- Is the device view of the corresponding observer object.IObserver fetch(IEViewDevice deviceView_)
deviceView_
- The enumeration of the device view.java.awt.Component fetchContainer(IEViewDevice deviceView_)
deviceView_
- The enumeration of the device view.void remove(IEViewDevice deviceView_)
deviceView_
- Is the device view of the observer.void notifyObservers(java.lang.Object obj_)
obj_
- Is the new object you wanted to update.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft