public class DescriptionObjectCache.CacheEntry<E extends DescriptionObject> extends Object implements ProxyObserver<Viewpoint>
| Modifier and Type | Field and Description |
|---|---|
E |
def |
String |
id |
DescriptionObjectCache<E> |
parent |
ItemProxy |
proxy |
| Constructor and Description |
|---|
CacheEntry(E def,
ItemProxy proxy,
DescriptionObjectCache<E> parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Viewpoint contents)
Subscribed items are broken apart and fed one by one to these methods.
|
void |
control(String control,
String msg) |
void |
finalize() |
void |
remove(String oldId)
the 'type' parameter should be an indication of the type of object
supplied so that the subscriber can associate the call back with
one of its subscriptions.
|
String |
toString() |
public String id
public ItemProxy proxy
public E extends DescriptionObject def
public DescriptionObjectCache<E extends DescriptionObject> parent
public CacheEntry(E def, ItemProxy proxy, DescriptionObjectCache<E> parent)
public void add(Viewpoint contents)
ProxyObserveradd in interface ProxyObserver<Viewpoint>public void remove(String oldId)
ProxyObserverremove in interface ProxyObserver<Viewpoint>public void control(String control, String msg)
control in interface ProxyObserver<Viewpoint>Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.