XComponent
, XTypeProvider
, XInterface
, XWeak
Factory
, PropertySet
public class ComponentBase extends WeakBase implements XComponent
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
bDisposed |
|
protected boolean |
bInDispose |
|
protected MultiTypeInterfaceContainer |
listenerContainer |
UNOTYPEINFO
UNOTYPEINFO
UNOTYPEINFO
Constructor | Description |
---|---|
ComponentBase() |
Creates a new instance of CompBase
|
Modifier and Type | Method | Description |
---|---|---|
void |
addEventListener(XEventListener listener) |
|
void |
dispose() |
Method of XComponent.
|
protected void |
finalize() |
Override of Object.finalize.
|
protected void |
postDisposing() |
Override to become notified right before the disposing action is performed.
|
protected void |
preDisposing() |
Override to perform extra clean-up work.
|
void |
removeEventListener(XEventListener xEventListener) |
Method of XComponent.
|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getImplementationId, getTypes, queryAdapter
protected MultiTypeInterfaceContainer listenerContainer
protected boolean bInDispose
protected boolean bDisposed
protected void preDisposing()
protected void postDisposing()
public void dispose()
dispose
in interface XComponent
public void removeEventListener(XEventListener xEventListener)
removeEventListener
in interface XComponent
public void addEventListener(XEventListener listener)
addEventListener
in interface XComponent
protected void finalize() throws Throwable
WeakBase