public class WeakAdapter
extends java.lang.Object
| Constructor and Description |
|---|
WeakAdapter(java.lang.Object component) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReference(XReference xReference)
Method of com.sun.star.uno.XAdapter.
|
java.lang.Object |
queryAdapted()
Method of com.sun.star.uno.XAdapter.
|
void |
removeReference(XReference xReference)
Method of com.sun.star.uno.XAdapter.
|
public WeakAdapter(java.lang.Object component)
component - the object that is to be held weakpublic java.lang.Object queryAdapted()
public void removeReference(XReference xReference)
xReference - a listenerpublic void addReference(XReference xReference)
xReference - listener